wuxw
2024-02-26 17bfc74d3531f606034bd70ecc33ce97cb81e17f
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;
    }
}