forked from gzzfw/backEnd/gz-dyh

liyj
2024-09-29 b311ca2f01e9602c1bf8caab04b4d641b314e341
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
package cn.huge.module.ctuser.dto;
 
import lombok.Data;
 
/**
 * @author zhouxiantao
 * @create 2024-08-30 9:25
 */
@Data
public class CtUnitWeChatCountDTO {
    /**
     * 综治数量
     */
    private Integer zzUnitNum;
    /**
     * 调解组织数量
     */
    private Integer tzUnitNum;
}