From 18d1f4bc4f4f77c8883702a00896dd99469db648 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 25 八月 2023 16:06:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-interface/src/main/java/com/java110/intf/community/IRepairTypeUserV1InnerServiceSMO.java |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/community/IRepairTypeUserV1InnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/community/IRepairTypeUserV1InnerServiceSMO.java
index 6202eca..3af6bd1 100644
--- a/java110-interface/src/main/java/com/java110/intf/community/IRepairTypeUserV1InnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/community/IRepairTypeUserV1InnerServiceSMO.java
@@ -27,7 +27,7 @@
 
 /**
  * 绫昏〃杩帮細 鏈嶅姟涔嬪墠璋冪敤鐨勬帴鍙g被锛屼笉瀵瑰鎻愪緵鎺ュ彛鑳藉姏 鍙敤浜庢帴鍙e缓璋冪敤
- * add by 鍚村鏂� at 2022-08-06 12:27:40 mail: 928255095@qq.com
+ * add by 鍚村鏂� at 2022-08-06 12:41:50 mail: 928255095@qq.com
  * open source address: https://gitee.com/wuxw7/MicroCommunity
  * 瀹樼綉锛歨ttp://www.homecommunity.cn
  * 娓╅Θ鎻愮ず锛氬鏋滄偍瀵规鏂囦欢杩涜淇敼 璇蜂笉瑕佸垹闄ゅ師鏈変綔鑰呭強娉ㄩ噴淇℃伅锛岃琛ュ厖鎮ㄧ殑 淇敼鐨勫師鍥犱互鍙婅仈绯婚偖绠卞涓�
@@ -42,14 +42,15 @@
     public int saveRepairTypeUser(@RequestBody RepairTypeUserPo repairTypeUserPo);
 
     @RequestMapping(value = "/updateRepairTypeUser", method = RequestMethod.POST)
-    public int updateRepairTypeUser(@RequestBody RepairTypeUserPo repairTypeUserPo);
+    public int updateRepairTypeUser(@RequestBody  RepairTypeUserPo repairTypeUserPo);
 
     @RequestMapping(value = "/deleteRepairTypeUser", method = RequestMethod.POST)
-    public int deleteRepairTypeUser(@RequestBody RepairTypeUserPo repairTypeUserPo);
+    public int deleteRepairTypeUser(@RequestBody  RepairTypeUserPo repairTypeUserPo);
 
     /**
      * <p>鏌ヨ灏忓尯妤间俊鎭�</p>
      *
+     *
      * @param repairTypeUserDto 鏁版嵁瀵硅薄鍒嗕韩
      * @return RepairTypeUserDto 瀵硅薄鏁版嵁
      */

--
Gitblit v1.8.0