From a1a6321c059740de69836bb10fa9459e5b916ab1 Mon Sep 17 00:00:00 2001 From: 罗元桥 <2376770955@qq.com> Date: 星期三, 16 六月 2021 17:59:49 +0800 Subject: [PATCH] Merge branch 'test_screen' into 'master' --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java index 916ea7a..d5a6954 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComMngPopulationDO.java @@ -17,7 +17,7 @@ /** * 自增 id */ - @TableId(type = IdType.AUTO) + @TableId(type = IdType.INPUT) private Long id; /** * 街道id @@ -42,12 +42,18 @@ /** * 年龄 */ + @TableField(exist = false) private Integer age; /** * 身份证号码 */ @EncryptDecryptField private String cardNo; + + /** + * 临时用 + */ + private String cardNoStr; /** * 街路巷 */ @@ -132,7 +138,10 @@ /** * 与户主关系(1.户主 2.配偶 3.子女 4.孙女 5.父母 6.其他) */ + @TableField(exist = false) private Integer relation; +// +// private String relationStr; /** * 文化程度(1.小学 2.初中 3.高中 4.中专 5.大专 6.本科 7.硕士 8.博士 9.其他) @@ -144,6 +153,7 @@ */ private Integer marriage; + /** * 健康状况 */ @@ -152,6 +162,7 @@ /** * 房屋地址 */ + @TableField(exist = false) private String houseAddress; /** @@ -162,6 +173,7 @@ /** * 居住地房屋id */ + @TableField(exist = false) private Long houseId; /** @@ -200,4 +212,4 @@ int wd = 2; } -} +} \ No newline at end of file -- Gitblit v1.7.1