fuliqi
2024-09-30 b5df1cee65f3e9dcf554efcd3f1642a8c79d1e76
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TContract.java
@@ -49,7 +49,7 @@
     * 单位id
     */
    @NotBlank
    private Integer unitId;
    private Long unitId;
    @TableField(exist = false)
    private String unitName;
@@ -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