fuliqi
2025-01-08 b31a2529ad309413a23d8ff208d6b15b76efc1cc
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;
}