| | |
| | | package cn.huge.module.cases.domain.dto; |
| | | |
| | | import lombok.Data; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.List; |
| | | |
| | | /** |
| | |
| | | private Integer failNum=0;//化解不成功数量 |
| | | private String failRate;//化解不成功率 |
| | | |
| | | private Integer bmpcNum;//部门排查 |
| | | private String bmpcCode="22_00003-8";//部门排查编码 |
| | | private Integer wgpcNum;//网格排查 |
| | | private String wgpcCode="22_00003-2";//网格排查编码 |
| | | private Integer fjwjfNum;//非警务纠纷 |
| | | private String fjwjfCode="22_00003-1";//非警务纠纷编码 |
| | | private Integer zxjfNum;//专项纠纷 |
| | | private String zxjfCode="22_00003-7";//专项纠纷编码 |
| | | |
| | | private Integer oneLevelNum=0;//1级事件数量 |
| | | private Integer twoLevelNum=0;//2级事件数量 |
| | | private Integer threeLevelNum=0;//3级事件数量 |
| | |
| | | private CaseStatisticsSourceDTO oneSecondSource;//非警务纠纷 |
| | | private CaseStatisticsSourceDTO twoSecondSource;//12345 |
| | | private CaseStatisticsSourceDTO threeSecondSource;//网格上报 |
| | | private List<CaseStatisticsTypeDTO> typeList;//纠纷类型集合 |
| | | private List<CaseStatisticsTypeDTO> typeList = new ArrayList<>();//纠纷类型集合 |
| | | |
| | | private List<CasePageDTO> caseList;//案件集合(实时动态) |
| | | |
| | |
| | | private String xfRate;//信访占比 |
| | | private Integer ldzcNum=0;//劳动仲裁数 |
| | | private String ldzcRate;//劳动仲裁占比 |
| | | private Integer fjwjfNum=0;//非警务纠纷数 |
| | | private String fjwjfRate;//非警务纠纷占比 |
| | | private Integer tzfjwjfNum=0;//非警务纠纷数 |
| | | private String tzfjwjfRate;//非警务纠纷占比 |
| | | |
| | | // private Integer allNum=0;//全部数 |
| | | // private Integer sysNum=0;//本系统数 |