From b933bf8cfb7e0b3d231e7bc721b749fae54e911a Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 23 四月 2019 18:03:24 +0800
Subject: [PATCH] 删除feign工程

---
 UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java |   80 ----------------------------------------
 1 files changed, 0 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 4c09886..1be7815 100644
--- a/UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java
+++ b/UserService/src/main/java/com/java110/user/smo/IUserServiceSMO.java
@@ -16,86 +16,6 @@
  */
 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