xiangpei
2024-09-06 91880ae33c42669c3c1bb0e0288c534fc40fee02
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TContract.java
@@ -63,14 +63,14 @@
    /**
     * 开始时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd hh-mm-ss")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @NotNull
    private Date startTime;
    /**
     * 结束时间
     */
    @JsonFormat(pattern = "yyyy-MM-dd hh-mm-ss")
    @JsonFormat(pattern = "yyyy-MM-dd")
    @NotNull
    private Date endTime;
@@ -84,7 +84,7 @@
    private Date updateTime;
    @TableLogic
    private String deleted;
    private Integer deleted;
    @TableField(exist = false)
    @NotBlank