fuliqi
2024-08-10 cae71f98572da0f6809ce888ef9a2ecacead34b2
ycl-pojo/src/main/java/com/ycl/platform/domain/entity/CheckTemplateRule.java
@@ -44,6 +44,9 @@
    @Excel(name = "规则权重")
    @TableField("weight")
    private BigDecimal weight;
    @TableField(exist = false)
    private String checkRuleName;
    @TableField(exist = false)
    private String ruleIndex;
}