From 92f1d85ddc449ce7452f9d52f8b081e6b69c720b Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期三, 27 一月 2021 15:29:08 +0800 Subject: [PATCH] update .gitignore --- fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java | 196 ++++++++++++++++++++++++------------------------ 1 files changed, 98 insertions(+), 98 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java index ac4a127..c48df62 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/inter/order/msg/UserOrderMsgNotificationService.java @@ -1,98 +1,98 @@ -package com.yeshi.fanli.service.inter.order.msg; - -import java.math.BigDecimal; -import java.util.Date; - -/** - * 鐢ㄦ埛璁㈠崟娑堟伅閫氱煡 - * - * @author Administrator - * - */ -public interface UserOrderMsgNotificationService { - /** - * 杩斿埄璁㈠崟缁熻 - * - * @param uid - * @param orderId - * @param payMoney - * @param money - * @param goodsCount - * @param orderState - */ - - public void orderFanLiStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - int goodsCount, int orderState, Date downTime); - - - /** - * 鍒嗕韩璁㈠崟缁熻 - * - * @param uid - * @param orderId - * @param payMoney - * @param money - * @param goodsCount - * @param orderState - */ - public void orderShareStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - int goodsCount, int orderState, Date downTime); - - - - /** - * 閭�璇疯鍗曠粺璁� - * - * @param uid - * @param orderId - * @param payMoney - * @param money - * @param subsidy 琛ヨ创 - * @param goodsCount - * @param orderState - */ - public void orderInviteStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, - BigDecimal subsidy, int goodsCount, int orderState, Date downTime); - - - - /** - * 璁㈠崟鎵惧洖鎴愬姛 - * @param uid - * @param orderId 璁㈠崟鍙� - * @param orderSource 璁㈠崟鏉ユ簮锛氭窐瀹濄�佷含涓溿�佸ぉ鐚� - * @param type 璁㈠崟绫诲瀷锛氳嚜璐�佸垎浜�佸洟闃� - * @param goodsCount 鍟嗗搧鏁伴噺 - * @param payMoney 浠樻閲戦 - * @param money 杩斿埄閲戦 - * @param submitTime 鎻愪氦鏃堕棿 - * @param beiZhu 澶囨敞淇℃伅 - 闈炲繀濉� - * @return - */ - public void orderFoundSuccess(Long uid, String orderId, int orderSource, int type, BigDecimal payMoney, - BigDecimal money, int goodsCount, Date submitTime); - - /** - * 璁㈠崟鎵惧洖澶辫触 - * - * @param uid - * @param orderId - * @param payMoney - * @param goodsCount - * @param orderType - * 1-娣樺疂 - */ - public void orderFoundFail(Long uid, String orderId); - - - /** - * 鍟嗗搧璺戣矾璁㈠崟澶辨晥娑堟伅 - * @param uid - * @param orderId - * @param orderSource - * @param type - */ - public void orderInvalidToBusinessRunning(Long uid, String orderId, int orderSource, int type); - - -} +package com.yeshi.fanli.service.inter.order.msg; + +import java.math.BigDecimal; +import java.util.Date; + +/** + * 鐢ㄦ埛璁㈠崟娑堟伅閫氱煡 + * + * @author Administrator + * + */ +public interface UserOrderMsgNotificationService { + /** + * 杩斿埄璁㈠崟缁熻 + * + * @param uid + * @param orderId + * @param payMoney + * @param money + * @param goodsCount + * @param orderState + */ + + public void orderFanLiStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, + int goodsCount, int orderState, Date downTime); + + + /** + * 鍒嗕韩璁㈠崟缁熻 + * + * @param uid + * @param orderId + * @param payMoney + * @param money + * @param goodsCount + * @param orderState + */ + public void orderShareStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, + int goodsCount, int orderState, Date downTime); + + + + /** + * 閭�璇疯鍗曠粺璁� + * + * @param uid + * @param orderId + * @param payMoney + * @param money + * @param subsidy 琛ヨ创 + * @param goodsCount + * @param orderState + */ + public void orderInviteStatistic(Long uid, String orderId, int orderType, BigDecimal payMoney, BigDecimal money, + BigDecimal subsidy, int goodsCount, int orderState, Date downTime); + + + + /** + * 璁㈠崟鎵惧洖鎴愬姛 + * @param uid + * @param orderId 璁㈠崟鍙� + * @param orderSource 璁㈠崟鏉ユ簮锛氭窐瀹濄�佷含涓溿�佸ぉ鐚� + * @param type 璁㈠崟绫诲瀷锛氳嚜璐�佸垎浜�佸洟闃� + * @param goodsCount 鍟嗗搧鏁伴噺 + * @param payMoney 浠樻閲戦 + * @param money 杩斿埄閲戦 + * @param submitTime 鎻愪氦鏃堕棿 + * @param beiZhu 澶囨敞淇℃伅 - 闈炲繀濉� + * @return + */ + public void orderFoundSuccess(Long uid, String orderId, int orderSource, int type, BigDecimal payMoney, + BigDecimal money, int goodsCount, Date submitTime); + + /** + * 璁㈠崟鎵惧洖澶辫触 + * + * @param uid + * @param orderId + * @param payMoney + * @param goodsCount + * @param orderType + * 1-娣樺疂 + */ + public void orderFoundFail(Long uid, String orderId); + + + /** + * 鍟嗗搧璺戣矾璁㈠崟澶辨晥娑堟伅 + * @param uid + * @param orderId + * @param orderSource + * @param type + */ + public void orderInvalidToBusinessRunning(Long uid, String orderId, int orderSource, int type); + + +} -- Gitblit v1.8.0