springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/community/ComMngPopulationExcelVo.java
@@ -18,7 +18,7 @@ private String personType; @ExcelProperty(value = "人员标签", index = 3) private String label; private String tags; @ExcelProperty(value = "居住地址", index = 4) private String address; springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/model/vos/partybuilding/ComPbMemberExcelVO.java
@@ -4,6 +4,7 @@ import com.alibaba.excel.annotation.ExcelProperty; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; /** @@ -24,9 +25,11 @@ private String orgName; @ExcelProperty(value = "入党日期", index = 3) @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date joinTime; @ExcelProperty(value = "转正日期", index = 4) @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date employmentTime; @ExcelProperty(value = "报道单位", index = 5)