zjh
2025-05-07 8cd6e88b041619993d734d028a5e6a0a2385a379
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;
}