Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-manage3.0
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
haoban3.0
haoban-manage3.0
Commits
a1df0008
Commit
a1df0008
authored
Dec 05, 2022
by
徐高华
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
管理员标识
parent
cb8d8bf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
GroupChatUserDTO.java
.../com/gic/haoban/manage/api/dto/chat/GroupChatUserDTO.java
+10
-1
GroupChatUserSearchQDTO.java
...ban/manage/api/dto/qdto/chat/GroupChatUserSearchQDTO.java
+0
-1
No files found.
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/chat/GroupChatUserDTO.java
View file @
a1df0008
...
...
@@ -51,8 +51,17 @@ public class GroupChatUserDTO implements Serializable{
/**入群说明*/
private
String
joinRemark
;
private
String
joinState
;
private
Integer
adminFlag
;
public
void
setChatUserId
(
Long
chatUserId
){
public
Integer
getAdminFlag
()
{
return
adminFlag
;
}
public
void
setAdminFlag
(
Integer
adminFlag
)
{
this
.
adminFlag
=
adminFlag
;
}
public
void
setChatUserId
(
Long
chatUserId
){
this
.
chatUserId
=
chatUserId
;
}
...
...
haoban-manage3-api/src/main/java/com/gic/haoban/manage/api/dto/qdto/chat/GroupChatUserSearchQDTO.java
View file @
a1df0008
...
...
@@ -2,7 +2,6 @@ package com.gic.haoban.manage.api.dto.qdto.chat;
import
java.io.Serializable
;
import
java.util.Date
;
import
java.util.List
;
public
class
GroupChatUserSearchQDTO
implements
Serializable
{
...
...
徐高华
@xugaohua
mentioned in commit
93f5980a
Dec 05, 2022
mentioned in commit
93f5980a
mentioned in commit 93f5980a8f860307ba2061ca90a66d48b13816e4
Toggle commit list
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