Commit 9acf1b6a by guojuxing

编辑超级管理员信息接口

parent 4bb8ce10
......@@ -30,6 +30,13 @@ public interface UserApiService {
ServiceResponse editUser(UserDTO userDTO);
/**
* 编辑超级管理员
* @param userDTO
* @return
*/
ServiceResponse<Void> editAdmin(UserDTO userDTO);
/**
* 用户详情
* @Title: getUserById

* @Description:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment