From 19730d0d994372d3bc4460b69ac53fc3a8bcb941 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期三, 26 七月 2023 14:22:03 +0800
Subject: [PATCH] 调整为微服务版

---
 java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountDetailInnerServiceSMO.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountDetailInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountDetailInnerServiceSMO.java
index b90e1d1..650d12b 100644
--- a/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountDetailInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/acct/IShopVipAccountDetailInnerServiceSMO.java
@@ -1,8 +1,8 @@
 package com.java110.intf.acct;
 
 import com.java110.config.feign.FeignConfiguration;
-import com.java110.dto.shopVipAccountDetail.ShopVipAccountDetailDto;
-import com.java110.po.shopVipAccountDetail.ShopVipAccountDetailPo;
+import com.java110.dto.shop.ShopVipAccountDetailDto;
+import com.java110.po.shop.ShopVipAccountDetailPo;
 import org.springframework.cloud.openfeign.FeignClient;
 import org.springframework.web.bind.annotation.RequestBody;
 import org.springframework.web.bind.annotation.RequestMapping;
@@ -50,4 +50,7 @@
      */
     @RequestMapping(value = "/queryShopVipAccountDetailsCount", method = RequestMethod.POST)
     int queryShopVipAccountDetailsCount(@RequestBody ShopVipAccountDetailDto shopVipAccountDetailDto);
+
+
+
 }

--
Gitblit v1.8.0