1 changed files with 42 additions and 0 deletions
@ -0,0 +1,42 @@ |
|||
package com.elink.esua.epdc.dto; |
|||
|
|||
import lombok.Data; |
|||
|
|||
import java.io.Serializable; |
|||
|
|||
/** |
|||
* 大屏基础月度定时任务入参 |
|||
* |
|||
* @Author:songyunpeng |
|||
* @Date:2021/03/02 10:30 |
|||
*/ |
|||
@Data |
|||
public class ScreenJobMonthDataParamDTO implements Serializable { |
|||
private static final long serialVersionUID = -8868143963953751575L; |
|||
|
|||
/** |
|||
* 【事件/项目分析】网格内月度数量统计 |
|||
*/ |
|||
private String gridMonthDataMonthId; |
|||
|
|||
/** |
|||
* 事件/项目分析】组织内月度数量统计 |
|||
*/ |
|||
private String orgMonthDataMonthId; |
|||
|
|||
/** |
|||
* 党建引领-先进排行榜单-先进支部排行 |
|||
*/ |
|||
private String customerOrgRankDataMonthId; |
|||
|
|||
/** |
|||
* 基层治理-公众参与 |
|||
*/ |
|||
private String customerUserJoinMonthId; |
|||
|
|||
/** |
|||
* 基层治理-治理能力数据 |
|||
*/ |
|||
private String customerGovernRankData; |
|||
|
|||
} |
|||
Loading…
Reference in new issue