1098226878@qq.com
2021-12-07 c4c0e75b868a52124332de63af733a3f7ea46cd4
java110-bean/src/main/java/com/java110/dto/feeDiscount/FeeDiscountRuleDto.java
old mode 100644 new mode 100755
@@ -21,6 +21,7 @@
    private String ruleId;
    private String beanImpl;
    private String discountType;
    private String discountSmallType;
    private List<FeeDiscountRuleSpecDto> feeDiscountRuleSpecs;
@@ -94,4 +95,12 @@
    public void setDiscountType(String discountType) {
        this.discountType = discountType;
    }
    public String getDiscountSmallType() {
        return discountSmallType;
    }
    public void setDiscountSmallType(String discountSmallType) {
        this.discountSmallType = discountSmallType;
    }
}