springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java
@@ -22,15 +22,15 @@ /** * 街道id */ private Integer streetId; private Long streetId; /** * 社区id */ private Integer actId; private Long actId; /** * 小区id(实有房屋id) */ private Integer villageId; private Long villageId; /** * 家庭成员(姓名) */ @@ -117,5 +117,13 @@ @TableField(exist = false) private String villageName; /** * 性别(1.男 2.女 3.未知) */ public interface sex{ int nan = 1; int nv = 2; int no = 3; } }