From b3c34d018e08c5382c5cff68a7d58901e6984165 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 14 五月 2020 18:51:43 +0800
Subject: [PATCH] 优化代码 并合并 安装文档

---
 Api/src/main/java/com/java110/api/bmo/owner/IOwnerBMO.java |  110 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 110 insertions(+), 0 deletions(-)

diff --git a/Api/src/main/java/com/java110/api/bmo/owner/IOwnerBMO.java b/Api/src/main/java/com/java110/api/bmo/owner/IOwnerBMO.java
index a827ecc..04f0189 100644
--- a/Api/src/main/java/com/java110/api/bmo/owner/IOwnerBMO.java
+++ b/Api/src/main/java/com/java110/api/bmo/owner/IOwnerBMO.java
@@ -1,6 +1,10 @@
 package com.java110.api.bmo.owner;
 
+import com.alibaba.fastjson.JSONObject;
 import com.java110.api.bmo.IApiBaseBMO;
+import com.java110.core.context.DataFlowContext;
+import com.java110.dto.community.CommunityDto;
+import com.java110.dto.owner.OwnerDto;
 
 /**
  * @ClassName IOwner
@@ -11,4 +15,110 @@
  * add by wuxw 2020/3/9
  **/
 public interface IOwnerBMO extends IApiBaseBMO {
+    /**
+     * 娣诲姞涓氫富搴旂敤鐢ㄦ埛鍏崇郴
+     *
+     * @param paramInJson
+     * @return
+     */
+    public JSONObject addOwnerAppUser(JSONObject paramInJson, CommunityDto communityDto, OwnerDto ownerDto);
+    /**
+     * 娣诲姞灏忓尯淇℃伅
+     *
+     * @param paramInJson     鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @param dataFlowContext 鏁版嵁涓婁笅鏂�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject deleteAuditAppUserBindingOwner(JSONObject paramInJson, DataFlowContext dataFlowContext);
+    /**
+     * 娣诲姞灏忓尯妤间俊鎭�
+     *
+     * @param paramInJson 鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject deleteOwner(JSONObject paramInJson);
+
+
+    /**
+     * 閫�鍑哄皬鍖烘垚鍛�
+     *
+     * @param paramInJson 鎺ュ彛浼犲叆鍏ュ弬
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject exitCommunityMember(JSONObject paramInJson);
+    /**
+     * 娣诲姞灏忓尯妤间俊鎭�
+     *
+     * @param paramInJson 鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject editOwner(JSONObject paramInJson);
+    /**
+     * 娣诲姞鐗╀笟璐圭敤
+     *
+     * @param paramInJson     鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @param dataFlowContext 鏁版嵁涓婁笅鏂�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject editOwnerPhoto(JSONObject paramInJson, DataFlowContext dataFlowContext);
+    /**
+     * 娣诲姞鐗╀笟璐圭敤
+     *
+     * @param paramInJson     鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @param dataFlowContext 鏁版嵁涓婁笅鏂�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject addOwnerPhoto(JSONObject paramInJson, DataFlowContext dataFlowContext);
+    /**
+     * 娣诲姞鐗╀笟璐圭敤
+     *
+     * @param paramInJson     鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @param dataFlowContext 鏁版嵁涓婁笅鏂�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject addPropertyFee(JSONObject paramInJson, DataFlowContext dataFlowContext);
+    /**
+     * 鍞崠鎴垮眿淇℃伅
+     *
+     * @param paramInJson     鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @param dataFlowContext 鏁版嵁涓婁笅鏂�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject sellRoom(JSONObject paramInJson, DataFlowContext dataFlowContext);
+    /**
+     * 娣诲姞灏忓尯鎴愬憳
+     *
+     * @param paramInJson 缁勮 妤煎皬鍖哄叧绯�
+     * @return 灏忓尯鎴愬憳淇℃伅
+     */
+    public JSONObject addCommunityMember(JSONObject paramInJson);
+    /**
+     * 娣诲姞灏忓尯妤间俊鎭�
+     * <p>
+     * * name:'',
+     * *                 age:'',
+     * *                 link:'',
+     * *                 sex:'',
+     * *                 remark:''
+     *
+     * @param paramInJson 鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject addOwner(JSONObject paramInJson);
+    /**
+     * 娣诲姞瀹℃牳涓氫富缁戝畾淇℃伅
+     *
+     * @param paramInJson     鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @param dataFlowContext 鏁版嵁涓婁笅鏂�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject updateAuditAppUserBindingOwner(JSONObject paramInJson, DataFlowContext dataFlowContext);
+    /**
+     * 娣诲姞灏忓尯妤间俊鎭�
+     *
+     * @param paramInJson 鎺ュ彛璋冪敤鏀句紶鍏ュ叆鍙�
+     * @return 璁㈠崟鏈嶅姟鑳藉鎺ュ彈鐨勬姤鏂�
+     */
+    public JSONObject editOwnerPhoto(JSONObject paramInJson);
+
 }

--
Gitblit v1.8.0