|
|
@ -61,6 +61,11 @@ public class IcEventEntity extends BaseEpmetEntity { |
|
|
|
*/ |
|
|
|
private String idCard; |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件分类分类Id :灵山专用 |
|
|
|
*/ |
|
|
|
private String categoryId; |
|
|
|
|
|
|
|
/** |
|
|
|
* 反映渠道【字典表】dictTypeKey:ic_event_source_type;随手拍随时讲0、多媒体反应1、社区电话2、12345:3、网格员手持终端:4 |
|
|
|
*/ |
|
|
@ -117,7 +122,7 @@ public class IcEventEntity extends BaseEpmetEntity { |
|
|
|
private Integer readFlag; |
|
|
|
|
|
|
|
/** |
|
|
|
* 报事人的红点:展示1;不展示:0;人大代表回复,工作人员回复/立项/转需求/办结更新为1; |
|
|
|
* 报事人的红点:展示1;不展示:0;人大代表回复,工作人员回复/立项/转需求/办结更新为1; |
|
|
|
*/ |
|
|
|
private Integer redDot; |
|
|
|
|
|
|
@ -157,7 +162,7 @@ public class IcEventEntity extends BaseEpmetEntity { |
|
|
|
private Date commentTime; |
|
|
|
|
|
|
|
/** |
|
|
|
* 事件审核状态[涉及附件审核需要加的状态](审核中:auditing; |
|
|
|
* 事件审核状态[涉及附件审核需要加的状态](审核中:auditing; |
|
|
|
auto_passed: 自动通过; |
|
|
|
review:结果不确定,需要人工审核; |
|
|
|
block: 结果违规; |
|
|
|