From fb8f99587701d0f82c0c106a0af88a49f92e03fc Mon Sep 17 00:00:00 2001 From: puhanshu <a9236326> Date: 星期一, 27 十二月 2021 09:39:09 +0800 Subject: [PATCH] 活动相关大屏提交 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java index 088065c..923a064 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java @@ -214,4 +214,14 @@ @ApiModelProperty("关键词") private String keyWord; + + @ApiModelProperty("等级是否查询全部(1.是 2.否)") + private Integer levelIsAll; + + @ApiModelProperty("是否死亡人员 (1.是 2.否)") + private Integer isDeath; + public interface levelIsAll{ + int yes = 1; + int no = 2; + } } -- Gitblit v1.7.1