From 8f61316069a6ffffb0998ed3f498bd4e3acc77e4 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 10 五月 2022 11:36:15 +0800
Subject: [PATCH] 优化 费用

---
 service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/IComputeFeeDiscountBMO.java |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/IComputeFeeDiscountBMO.java b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/IComputeFeeDiscountBMO.java
old mode 100644
new mode 100755
index b975652..d38e81e
--- a/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/IComputeFeeDiscountBMO.java
+++ b/service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/IComputeFeeDiscountBMO.java
@@ -1,5 +1,8 @@
 package com.java110.fee.bmo.feeDiscountRuleSpec;
+
 import org.springframework.http.ResponseEntity;
+
+import java.text.ParseException;
 
 public interface IComputeFeeDiscountBMO {
 
@@ -9,6 +12,6 @@
      *
      * @return
      */
-    ResponseEntity<String> compute(String feeId, String communityId, double cycles, int page, int row);
+    ResponseEntity<String> compute(String feeId, String communityId, double cycles, String payerObjId, String payerObjType, String endTime, int page, int row) throws ParseException;
 
 }

--
Gitblit v1.8.0