chengf
2025-08-07 4440cdda8530906faf89348a3e480b05c20d4e25
java110-bean/src/main/java/com/java110/dto/fee/FeeDiscountDto.java
@@ -31,6 +31,7 @@
    private String ruleName;
    private String beanImpl;
    private String feeId;
    private String discountSmallType;
    private double cycles;
    private List<FeeDiscountSpecDto> feeDiscountSpecs;
@@ -150,4 +151,12 @@
    public void setDiscountTypeName(String discountTypeName) {
        this.discountTypeName = discountTypeName;
    }
    public String getDiscountSmallType() {
        return discountSmallType;
    }
    public void setDiscountSmallType(String discountSmallType) {
        this.discountSmallType = discountSmallType;
    }
}