fuliqi
2024-07-29 5cb926178a929e34ff4fa3a4c0f4c351f976d1e7
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