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; } }