xiangpei
2024-07-23 95f0a8b4d82a859f2018c9d77e1a8a3a38b2d523
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/ContractScore.java
@@ -43,8 +43,10 @@
    private Long[] ruleIdsArray;
    @Excel(name = "规则")
    @TableField(exist = false)
    private String ruleName;
    @Excel(name = "扣减方式")
    private String deductCategory;
    @Excel(name = "指标")
    private String num;
@@ -82,7 +84,7 @@
    private Date updateTime;
    @TableLogic
    private String deleted;
    private Integer deleted;
    //查询条件
    @TableField(exist = false)