xiangpei
2024-08-16 e3f95b136c8600b689bd2c569a12a41f2d4ce74e
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/ContractScore.java
@@ -45,6 +45,9 @@
    @Excel(name = "规则")
    private String ruleName;
    @Excel(name = "扣减方式")
    private String deductCategory;
    @Excel(name = "指标")
    private String num;
@@ -81,7 +84,7 @@
    private Date updateTime;
    @TableLogic
    private String deleted;
    private Integer deleted;
    //查询条件
    @TableField(exist = false)