wuxw
2022-07-19 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54
java110-bean/src/main/java/com/java110/dto/feeDiscount/FeeDiscountRuleDto.java
@@ -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;
    }
}