Browse Source
!804 update ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserPostMapper.java.
Merge pull request !804 from 刚刚好/N/A
master
若依
2 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserPostMapper.java
|
@ -37,7 +37,7 @@ public interface SysUserPostMapper |
|
|
/** |
|
|
/** |
|
|
* 批量新增用户岗位信息 |
|
|
* 批量新增用户岗位信息 |
|
|
* |
|
|
* |
|
|
* @param userPostList 用户角色列表 |
|
|
* @param userPostList 用户岗位列表 |
|
|
* @return 结果 |
|
|
* @return 结果 |
|
|
*/ |
|
|
*/ |
|
|
public int batchUserPost(List<SysUserPost> userPostList); |
|
|
public int batchUserPost(List<SysUserPost> userPostList); |
|
|