From 65763d38cf9b6b8067a293d9c99297efea0de3e3 Mon Sep 17 00:00:00 2001
From: 928255095 <928255095@qq.com>
Date: 星期二, 07 九月 2021 22:04:15 +0800
Subject: [PATCH] Merge branch 'xinghong-dev' into 'master'

---
 java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountInnerServiceSMO.java |   17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountInnerServiceSMO.java
index ea02ecd..e3e9551 100644
--- a/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountInnerServiceSMO.java
@@ -3,6 +3,7 @@
 import com.java110.config.feign.FeignConfiguration;
 import com.java110.dto.shopVipAccount.ShopVipAccountDto;
 import com.java110.po.shopVipAccount.ShopVipAccountPo;
+import com.java110.po.shopVipAccountDetail.ShopVipAccountDetailPo;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -50,4 +51,20 @@
      */
     @RequestMapping(value = "/queryShopVipAccountsCount", method = RequestMethod.POST)
     int queryShopVipAccountsCount(@RequestBody ShopVipAccountDto shopVipAccountDto);
+
+    /**
+     * 棰勫瓨閲戦
+     * @param accountDetailPo
+     * @return
+     */
+    @RequestMapping(value = "/prestoreAccount", method = RequestMethod.POST)
+    int prestoreAccount(@RequestBody ShopVipAccountDetailPo accountDetailPo);
+
+    /**
+     * 鎵f閲戦
+     * @param accountDetailPo
+     * @return
+     */
+    @RequestMapping(value = "/withholdAccount", method = RequestMethod.POST)
+    int withholdAccount(@RequestBody ShopVipAccountDetailPo accountDetailPo);
 }

--
Gitblit v1.8.0