101captain
2022-04-18 2fe29a8d7a6926bc6640ffdcd8cad77c8a700cbe
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)