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
ae627265
Commit
ae627265
authored
Sep 03, 2019
by
guojuxing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
用户删除接口
parent
e7d3ce6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
RoleApiService.java
...pi/src/main/java/com/gic/auth/service/RoleApiService.java
+10
-0
UserApiService.java
...pi/src/main/java/com/gic/auth/service/UserApiService.java
+10
-0
No files found.
gic-platform-auth-api/src/main/java/com/gic/auth/service/RoleApiService.java
View file @
ae627265
...
...
@@ -48,6 +48,16 @@ public interface RoleApiService {
ServiceResponse
<
RoleDTO
>
getById
(
Integer
id
);
/**
* 逻辑删除
* @Title: delete
* @Description:
* @author guojuxing
* @param id
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
*/
ServiceResponse
<
Void
>
delete
(
Integer
id
);
/**
* 分页查询列表
* @Title: pageRole
* @Description:
...
...
gic-platform-auth-api/src/main/java/com/gic/auth/service/UserApiService.java
View file @
ae627265
...
...
@@ -39,6 +39,16 @@ public interface UserApiService {
ServiceResponse
<
UserDTO
>
getUserById
(
Integer
userId
);
/**
* 删除
* @Title: delete
* @Description:
* @author guojuxing
* @param userId
* @return com.gic.api.base.commons.ServiceResponse<java.lang.Void>
*/
ServiceResponse
<
Void
>
delete
(
Integer
userId
);
/**
* 企业查询超级管理员
* @param enterpriseId
* @return
...
...
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