Commit 12cb2c54 by guojuxing

新增超级管理员接口

parent 53fb7dc0
......@@ -23,6 +23,16 @@ public interface UserApiService {
ServiceResponse<Integer> saveUser(UserDTO userDTO);
/**
* 新增超级用户
* @Title: saveAdmin

* @Description:

 * @author guojuxing
* @param userDTO

* @return com.gic.api.base.commons.ServiceResponse<java.lang.Integer>


 */
ServiceResponse<Integer> saveAdmin(UserDTO userDTO);
/**
* 编辑
* @param userDTO
* @return
......
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