lidongdong
2023-01-30 63c985f072826e7c82f51b0f415454a066fd8c56
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.panzhihua.service_user.model.dtos;
 
import lombok.Data;
 
/**
 * @program: springcloud_k8s_panzhihuazhihuishequ
 * @description: 查询运营后台统计数据
 * @author: huang.hongfa weixin hhf9596 qq 959656820
 * @create: 2021-01-05 16:25
 **/
@Data
public class DataKanbanDTO {
 
    private String name;
    private Integer num;
    private Integer dayNum;
}