From 7d4d5f6000f09cf7e1b5e94e7873208b00315c61 Mon Sep 17 00:00:00 2001
From: 101captain <237651143@qq.com>
Date: 星期三, 05 一月 2022 09:39:03 +0800
Subject: [PATCH] 数字商业街  订单管理

---
 springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationDTO.java |   12 ++++++++++++
 1 files changed, 12 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 59452f4..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
@@ -212,4 +212,16 @@
     @ApiModelProperty("居住地址")
     private String address;
 
+    @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