zjh
2023-09-15 488cc3665822da42c4a4173d962920c6bd057a3d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ltkj.hosp.vodomain;
 
import lombok.Data;
 
/**
 * @Author: 西安路泰科技有限公司/赵佳豪
 * @Date: 2022/12/28 13:35
 */
 
@Data
public class PieChartVo {
    private String name;
    private int count;
}