From 0b04f664887c73e90bf684a4e69c0fdbfe26349d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 29 三月 2023 13:35:20 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
service-fee/src/main/java/com/java110/fee/bmo/feeDiscountRuleSpec/IComputeFeeDiscountBMO.java | 9 +++++----
1 files changed, 5 insertions(+), 4 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 b09887d..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,16 +1,17 @@
package com.java110.fee.bmo.feeDiscountRuleSpec;
-import com.java110.dto.feeDiscountRuleSpec.FeeDiscountRuleSpecDto;
+
import org.springframework.http.ResponseEntity;
-public interface IComputeFeeDiscountBMO {
+import java.text.ParseException;
+public interface IComputeFeeDiscountBMO {
/**
* 鏌ヨ鎶樻墸瑙勫垯閰嶇疆
* add by wuxw
+ *
* @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