From a76cec91cf4adf1feede5dda61d97d2bbf18266a Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期四, 11 七月 2019 20:27:20 +0800
Subject: [PATCH] 加入服务绑定功能
---
UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java | 82 +----------------------------------------
1 files changed, 2 insertions(+), 80 deletions(-)
diff --git a/UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java b/UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java
index 74d5458..1be7815 100644
--- a/UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java
+++ b/UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java
@@ -5,6 +5,7 @@
import com.java110.common.exception.SMOException;
import com.java110.core.context.BusinessServiceDataFlow;
import com.java110.entity.user.Cust;
+import org.springframework.http.ResponseEntity;
import java.util.Map;
@@ -15,88 +16,9 @@
*/
public interface IUserServiceSMO {
- /**
- * 鏂板缓鐢ㄦ埛
- * @param userInfoJson
- * @return
- */
- public String saveUser(String userInfoJson) throws Exception;
-
- /**
- * 鎵�鏈夋湇鍔$被锛堝鍒犳敼鏌ョ敤鎴凤級
- * @param userInfoJson
- * @return
- */
- public String soUserService(JSONObject userInfoJson) throws Exception;
-
- /**
- * 鎵�鏈夋湇鍔$被锛堝鍒犳敼鏌ョ敤鎴凤級
- * @param userInfoJson
- * @return
- */
- public String soUserServiceForOrderService(JSONObject userInfoJson) throws Exception;
-
- /**
- * 瀹㈡埛淇℃伅澶勭悊
- * 鍗忚锛�
- *{
- * boCust:[{},{}]
- * }
- * @param boCusts
- * @return
- * @throws Exception
- */
- public String soBoCust(String boCusts) throws Exception;
-
- /**
- * 瀹㈡埛淇℃伅灞炴�у鐞�
- * 鍗忚锛�
- *{
- * boCustAttr:[{},{}]
- * }
- * @param boCustAttrs
- * @return
- * @throws Exception
- */
- public String soBoCustAttr(String boCustAttrs) throws Exception;
-
- /**
- * 浣滃簾瀹㈡埛淇℃伅
- * [{},{},{}]
- * @param datas
- * @return
- * @throws Exception
- */
- public String soDeleteCustInfo(JSONArray datas) throws Exception;
-
-
- /**
- * 鏌ヨ瀹㈡埛淇℃伅
- * 鍖呮嫭 鍩烘湰淇℃伅cust 鍜� 灞炴�т俊鎭� custAttr
- * @param cust
- * @return
- * @throws Exception
- */
- public String queryCust(Cust cust) throws Exception;
-
- /**
- * 鏍规嵁olID鏌ヨ鐢ㄦ埛淇℃伅
- * @param busiOrder
- * @return
- * @throws Exception
- */
- public String queryCustInfoByOlId(String busiOrder) throws Exception;
-
-
- /**
- * 鏍规嵁璐墿杞︿俊鎭煡璇� 闇�瑕佷綔搴熺殑鍙戣捣鐨勬姤鏂�
- * @param busiOrder
- * @return
- * @throws Exception
- */
- public String queryNeedDeleteCustInfoByOlId(String busiOrder) throws Exception;
public JSONObject service(BusinessServiceDataFlow businessServiceDataFlow) throws SMOException;
+
}
--
Gitblit v1.8.0