From 5e7b0ed4a154ad067cbcf4aa1a1c7cce32f9864c Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期五, 26 四月 2024 18:02:17 +0800 Subject: [PATCH] 唯品会链接解析升级 --- fanli/src/main/java/com/yeshi/fanli/service/inter/money/TeamRewardDebtService.java | 150 +++++++++++++++++++++++++------------------------- 1 files changed, 75 insertions(+), 75 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/TeamRewardDebtService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/TeamRewardDebtService.java index aff469d..dccdb2a 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/money/TeamRewardDebtService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/money/TeamRewardDebtService.java @@ -1,75 +1,75 @@ -package com.yeshi.fanli.service.inter.money; - -import java.math.BigDecimal; -import java.util.Date; -import java.util.List; - -import com.yeshi.fanli.entity.money.TeamRewardDebt; -import com.yeshi.fanli.exception.money.TeamRewardDebtException; - -public interface TeamRewardDebtService { - - /** - * 娣诲姞鍊哄姟 - * - * @param debt - * @throws TeamRewardDebtException - */ - public void addDebt(TeamRewardDebt debt) throws TeamRewardDebtException; - - /** - * 鍋胯繕鍊哄姟 - * - * @param debtId - * @param money - */ - public void repayDebt(Long debtId, BigDecimal money) throws TeamRewardDebtException; - - /** - * 杩樻 - * - * @param uid - * @param money - * @return 杩樺墿涓嬬殑璧勯噾 - * @throws TeamRewardDebtException - */ - public BigDecimal repayDebtByUid(Long uid,Date maxEstimatePayTime, BigDecimal money) throws TeamRewardDebtException; - - /** - * 妫�绱㈤渶瑕佸伩杩樼殑鍊哄姟 - * - * @param uid - * @param page - * @param count - * @return - */ - public List<TeamRewardDebt> listNeedRepayDebt(Long uid,Date maxEstimatePayTime, int page, int count); - - /** - * 妫�绱㈤渶瑕佸伩杩樼殑鍊哄姟 - * - * @param uid - * @return - */ - public long countNeedRepayDebt(Long uid,Date maxEstimatePayTime); - - /** - * 鑾峰彇鎬诲叡娆犻挶閲戦 - * - * @param uid - * @return - */ - public BigDecimal getTotalDebtMoney(Long uid,Date maxEstimatePayTime); - - /** - * 閫氳繃鍞竴鏍囪瘑鏌ヨ - * @Title: selectBySourceId - * @Description: - * @param sourceId - * @return - * TeamRewardDebt 杩斿洖绫诲瀷 - * @throws - */ - public TeamRewardDebt selectBySourceId(Long sourceId); - -} +package com.yeshi.fanli.service.inter.money; + +import java.math.BigDecimal; +import java.util.Date; +import java.util.List; + +import com.yeshi.fanli.entity.money.TeamRewardDebt; +import com.yeshi.fanli.exception.money.TeamRewardDebtException; + +public interface TeamRewardDebtService { + + /** + * 娣诲姞鍊哄姟 + * + * @param debt + * @throws TeamRewardDebtException + */ + public void addDebt(TeamRewardDebt debt) throws TeamRewardDebtException; + + /** + * 鍋胯繕鍊哄姟 + * + * @param debtId + * @param money + */ + public void repayDebt(Long debtId, BigDecimal money,String beizhu) throws TeamRewardDebtException; + + /** + * 杩樻 + * + * @param uid + * @param money + * @return 杩樺墿涓嬬殑璧勯噾 + * @throws TeamRewardDebtException + */ + public BigDecimal repayDebtByUid(Long uid,Date maxEstimatePayTime, BigDecimal money) throws TeamRewardDebtException; + + /** + * 妫�绱㈤渶瑕佸伩杩樼殑鍊哄姟 + * + * @param uid + * @param page + * @param count + * @return + */ + public List<TeamRewardDebt> listNeedRepayDebt(Long uid,Date maxEstimatePayTime, int page, int count); + + /** + * 妫�绱㈤渶瑕佸伩杩樼殑鍊哄姟 + * + * @param uid + * @return + */ + public long countNeedRepayDebt(Long uid,Date maxEstimatePayTime); + + /** + * 鑾峰彇鎬诲叡娆犻挶閲戦 + * + * @param uid + * @return + */ + public BigDecimal getTotalDebtMoney(Long uid,Date maxEstimatePayTime); + + /** + * 閫氳繃鍞竴鏍囪瘑鏌ヨ + * @Title: selectBySourceId + * @Description: + * @param sourceId + * @return + * TeamRewardDebt 杩斿洖绫诲瀷 + * @throws + */ + public TeamRewardDebt selectBySourceId(Long sourceId); + +} -- Gitblit v1.8.0