zxl
2025-06-24 3b0516a2959e25576e4f3fda697a3b025d06c8c9
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;
}