forked from gzzfw/backEnd/gz-dyh

zhouxiantao
2024-09-20 fca638bd85eb9e5c04a766e7d5c3f469fe2388ca
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;
}