Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gic-platform-auth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
base_platform_enterprise
gic-platform-auth
Commits
163d9095
Commit
163d9095
authored
Nov 08, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加日志操作
parent
31ece519
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
AccountGroupApiService.java
...ain/java/com/gic/auth/service/AccountGroupApiService.java
+10
-10
No files found.
gic-platform-auth-api/src/main/java/com/gic/auth/service/AccountGroupApiService.java
View file @
163d9095
...
...
@@ -62,9 +62,9 @@ public interface AccountGroupApiService {
* @Description:
* @author guojuxing
* @param accountGroupId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
Void
>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
AccountGroupDTO
>
*/
ServiceResponse
<
Void
>
deleteByAccountGroupId
(
Integer
accountGroupId
);
ServiceResponse
<
AccountGroupDTO
>
deleteByAccountGroupId
(
Integer
accountGroupId
);
/**
* 目标排序
...
...
@@ -73,9 +73,9 @@ public interface AccountGroupApiService {
* @author guojuxing
* @param accountGroupId
* @param sort
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
Void
>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
AccountGroupDTO
>
*/
ServiceResponse
<
Void
>
sort
(
Integer
accountGroupId
,
Integer
sort
);
ServiceResponse
<
AccountGroupDTO
>
sort
(
Integer
accountGroupId
,
Integer
sort
);
/**
* 根据分组ID查询分组内的组员,给会员组使用的接口
...
...
@@ -116,9 +116,9 @@ public interface AccountGroupApiService {
* @Description:
* @author guojuxing
* @param list
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
Void>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
String> 返回日志操作对象内容
*/
ServiceResponse
<
Void
>
saveAccountGroupRelFetch
(
List
<
AccountGroupMemberDTO
>
list
);
ServiceResponse
<
String
>
saveAccountGroupRelFetch
(
List
<
AccountGroupMemberDTO
>
list
);
/**
* 管理员批量分组
...
...
@@ -128,9 +128,9 @@ public interface AccountGroupApiService {
* @param userIdList
* @param accountGroupId
* @param enterpriseId
* @return com.gic.api.base.commons.ServiceResponse<java.lang
.Void>
* @return com.gic.api.base.commons.ServiceResponse<java.lang
groupingOfUser.String> 返回XXX管理员分组到XXX分组的字符串
*/
ServiceResponse
<
Void
>
groupingOfUser
(
List
<
Integer
>
userIdList
,
List
<
Integer
>
accountGroupId
,
Integer
enterpriseId
);
ServiceResponse
<
String
>
groupingOfUser
(
List
<
Integer
>
userIdList
,
List
<
Integer
>
accountGroupId
,
Integer
enterpriseId
);
/**
* 协作人批量分组
...
...
@@ -140,8 +140,8 @@ public interface AccountGroupApiService {
* @param collaboratorIdList
* @param accountGroupId
* @param enterpriseId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
Void
>
* @return com.gic.api.base.commons.ServiceResponse<java.lang.
String
>
*/
ServiceResponse
<
Void
>
groupingOfCollaborator
(
List
<
Integer
>
collaboratorIdList
,
List
<
Integer
>
accountGroupId
,
ServiceResponse
<
String
>
groupingOfCollaborator
(
List
<
Integer
>
collaboratorIdList
,
List
<
Integer
>
accountGroupId
,
Integer
enterpriseId
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment