wuxw
2022-07-16 2a389181fb40ffb75e629b1614e5c1a43c69020e
java110-bean/src/main/java/com/java110/dto/payFeeDetailDiscount/PayFeeDetailDiscountDto.java
old mode 100644 new mode 100755
@@ -26,6 +26,7 @@
    private String discountName;
    private String discountType;
    private String feeId;
    private String bId;
    private List<FeeDiscountSpecDto> feeDiscountSpecs;
@@ -131,4 +132,12 @@
    public void setDiscountType(String discountType) {
        this.discountType = discountType;
    }
    public String getbId() {
        return bId;
    }
    public void setbId(String bId) {
        this.bId = bId;
    }
}