zxl
2025-04-28 6a5f0032e2903c64966a68dd3639b049c7a40b85
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/TContract.java
@@ -84,13 +84,11 @@
    private Date updateTime;
    @TableLogic
    private String deleted;
    private Integer deleted;
    @TableField(exist = false)
    @NotBlank
    private String ruleList;
    @TableField(exist = false)
    @NotNull
    private MultipartFile file;
}