zxl
2025-05-29 71f61d13531b3e2a0099ba5afe3f268c99c5bacf
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/ContractResultVO.java
@@ -38,7 +38,7 @@
    @Excel(name = "考核时间", width = 30, dateFormat = "yyyy-MM-dd")
    private Date checkTime;
    private String deleted;
    private Integer deleted;
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date updateTime;
@@ -49,4 +49,6 @@
    @JsonFormat(pattern = "yyyy-MM-dd")
    private Date createEndTime;
    private Integer whichYear;
    private Integer whichMonth;
}