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