【新增】增加通过userId获取职位列表api

This commit is contained in:
俞宝山
2024-11-20 22:06:26 +08:00
parent 1ca98a0081
commit 59bb358d87
2 changed files with 24 additions and 0 deletions

View File

@@ -120,4 +120,12 @@ public interface SysUserApi {
* @date 2024/7/19 9:54
*/
List<JSONObject> listUserWithoutCurrent();
/**
* 获取用户的职位列表
*
* @author xuyuxiang
* @date 2022/6/20 18:19
**/
List<JSONObject> getPositionListByUserId(String userId);
}