From 1d1ee8c13e61958c6d5fc1a6bc3b819c68c19c04 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期六, 09 十月 2021 11:04:27 +0800 Subject: [PATCH] 走访任务新增月初定时创建上月已走访定时任务以及修改bug --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/bigscreen/BigScreenEventDTO.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/bigscreen/BigScreenEventDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/bigscreen/BigScreenEventDTO.java index dd0c86f..6bf27dc 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/bigscreen/BigScreenEventDTO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/bigscreen/BigScreenEventDTO.java @@ -17,4 +17,13 @@ @ApiModelProperty(value = "查询结束时间") private String endTime; + @ApiModelProperty(value = "事件状态(1待处理2已解决3待验证)") + private Integer eventProcessStatus; + + @ApiModelProperty(value = "是否红牌(1.是 0.否)") + private Integer redCard; + + @ApiModelProperty(value = "是否黄牌(1.是 0.否)") + private Integer yellowCard; + } -- Gitblit v1.7.1