java110
2022-01-17 28e7d3937f819a3486b22bfa1c84aee172aaccb4
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;
    }
}