101captain
2021-09-29 9ea82b0a28a051113db6f2c43ffab6a9b59fa7b5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;
}