springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/query/visit/EventTasksQuery.java
@@ -11,13 +11,16 @@ * @author xyh * @date 2021/6/21 15:44 */ @ApiModel("走访任务查询") @ApiModel("走访查询") @Data public class EventTasksQuery extends PageDTO implements Serializable { @ApiModelProperty("app状态:0全部,1已完成,2未完成,3正常,7异常| 后台任务状态:0全部,1已走访 2待走访,3已撤销,4异常") @ApiModelProperty("走访任务状态,app:0全部,1待走访,2已完成 | 后台:0全部,1待走访 3正常,6已撤销,7异常") private Integer status; @ApiModelProperty("走访记录状态,app:0全部,3正常,7异常") private Integer eventStatus; @ApiModelProperty("人员标签") private Integer tag;