From 5d7054c42cfee40abbe28be89e151c13f5d04f5f Mon Sep 17 00:00:00 2001
From: sangzhigang <sangzhigang@hongruiinfo.com>
Date: 星期五, 05 十一月 2021 15:31:12 +0800
Subject: [PATCH] 1、新增产权登记2、修复采购管理关于流程调拨采购领用bug

---
 java110-bean/src/main/java/com/java110/dto/feeDiscount/FeeDiscountRuleDto.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/feeDiscount/FeeDiscountRuleDto.java b/java110-bean/src/main/java/com/java110/dto/feeDiscount/FeeDiscountRuleDto.java
index ab28d7b..a4d89cb 100755
--- a/java110-bean/src/main/java/com/java110/dto/feeDiscount/FeeDiscountRuleDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/feeDiscount/FeeDiscountRuleDto.java
@@ -21,6 +21,7 @@
     private String ruleId;
     private String beanImpl;
     private String discountType;
+    private String discountSmallType;
 
     private List<FeeDiscountRuleSpecDto> feeDiscountRuleSpecs;
 
@@ -94,4 +95,12 @@
     public void setDiscountType(String discountType) {
         this.discountType = discountType;
     }
+
+    public String getDiscountSmallType() {
+        return discountSmallType;
+    }
+
+    public void setDiscountSmallType(String discountSmallType) {
+        this.discountSmallType = discountSmallType;
+    }
 }

--
Gitblit v1.8.0