From 97a161a5042d9ef92605f306163f040823491f1f Mon Sep 17 00:00:00 2001 From: liusheng <337615773@qq.com> Date: 星期四, 10 七月 2025 18:06:46 +0800 Subject: [PATCH] 代码提交 --- smartor/src/main/java/com/smartor/mapper/SysDept2Mapper.java | 13 ++++++++++--- 1 files changed, 10 insertions(+), 3 deletions(-) diff --git a/smartor/src/main/java/com/smartor/mapper/SysDept2Mapper.java b/smartor/src/main/java/com/smartor/mapper/SysDept2Mapper.java index c438dcc..95a5967 100644 --- a/smartor/src/main/java/com/smartor/mapper/SysDept2Mapper.java +++ b/smartor/src/main/java/com/smartor/mapper/SysDept2Mapper.java @@ -12,8 +12,7 @@ * @author ruoyi */ @Mapper -public interface SysDept2Mapper -{ +public interface SysDept2Mapper { /** * 鏌ヨ閮ㄩ棬绠$悊鏁版嵁 * @@ -25,7 +24,7 @@ /** * 鏍规嵁瑙掕壊ID鏌ヨ閮ㄩ棬鏍戜俊鎭� * - * @param roleId 瑙掕壊ID + * @param roleId 瑙掕壊ID * @param deptCheckStrictly 閮ㄩ棬鏍戦�夋嫨椤规槸鍚﹀叧鑱旀樉绀� * @return 閫変腑閮ㄩ棬鍒楄〃 */ @@ -91,6 +90,14 @@ public int insertDept(SysDept dept); /** + * 鎵归噺鏂板閮ㄩ棬淇℃伅 + * + * @param depts 閮ㄩ棬淇℃伅 + * @return 缁撴灉 + */ + public int batchDept(List<SysDept> depts); + + /** * 淇敼閮ㄩ棬淇℃伅 * * @param dept 閮ㄩ棬淇℃伅 -- Gitblit v1.9.3