Commit 368e5a1f by guojuxing

添加日志操作

parent d2a9ca2d
......@@ -78,9 +78,9 @@ public interface CollaboratorApiService {
* @param menuIds
 操作权限ID,英文逗号隔开
* @param resourcesIds 资源组ID,英文逗号隔开
* @param collaboratorId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>

* @return com.gic.api.base.commons.ServiceResponse<java.lang.String>
 返回日志操作对象

 */
ServiceResponse<Void> auth(String subAppIds, String menuIds, String resourcesIds, Integer collaboratorId);
ServiceResponse<String> auth(String subAppIds, String menuIds, String resourcesIds, Integer collaboratorId);
/**
* 取消
......
......@@ -53,9 +53,9 @@ public interface RoleApiService {
* @Description:

 * @author guojuxing
* @param id

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

* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
 返回日志操作对象

 */
ServiceResponse<Void> delete(Integer id);
ServiceResponse<String> delete(Integer id);
/**
* 分页查询列表
......
......@@ -63,9 +63,9 @@ public interface UserApiService {
* @Description:

 * @author guojuxing
* @param userId

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

* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
 返回日志操作对象

 */
ServiceResponse<Void> delete(Integer userId);
ServiceResponse<String> delete(Integer userId);
/**
* 企业查询超级管理员
......@@ -130,7 +130,7 @@ public interface UserApiService {
* @param accountGroupId
* @param userId

* @param type
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>

* @return com.gic.api.base.commons.ServiceResponse<java.lang.String>
 返回日志操作对象

 */
ServiceResponse<Void> removeAccountGroup(Integer accountGroupId, Integer userId, Integer type);
ServiceResponse<String> removeAccountGroup(Integer accountGroupId, Integer userId, Integer type);
}
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