java110
2023-03-29 0b04f664887c73e90bf684a4e69c0fdbfe26349d
java110-bean/src/main/java/com/java110/dto/payFeeDetailDiscount/PayFeeDetailDiscountDto.java
old mode 100644 new mode 100755
@@ -26,6 +26,8 @@
    private String discountName;
    private String discountType;
    private String feeId;
    private String bId;
    private String ruleName;
    private List<FeeDiscountSpecDto> feeDiscountSpecs;
@@ -131,4 +133,20 @@
    public void setDiscountType(String discountType) {
        this.discountType = discountType;
    }
    public String getbId() {
        return bId;
    }
    public void setbId(String bId) {
        this.bId = bId;
    }
    public String getRuleName() {
        return ruleName;
    }
    public void setRuleName(String ruleName) {
        this.ruleName = ruleName;
    }
}