From c0a7fdfcf9f74359fbecf2addc570e13be374dbc Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期三, 09 六月 2021 10:00:40 +0800 Subject: [PATCH] 修复党员导入日期格式错误问题 --- springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationEditDTO.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationEditDTO.java b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationEditDTO.java index c7e8ae4..c82273d 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationEditDTO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/dtos/community/ComMngPopulationEditDTO.java @@ -70,6 +70,9 @@ @ApiModelProperty("标签集合(多个标签以,隔开,如物业工作人员,物业") private String label; + @ApiModelProperty("健康状况") + private String healthy; + @ApiModelProperty("房屋信息请求参数") private List<ComMngPopulationHouseEditDTO> houseEditDTOList; -- Gitblit v1.7.1