Compare commits
No commits in common. '7d2102d0f2dc448527a3190675c1e6955b7b6cc2' and '56511e2eec0d465eea03a285c25ef8556e7a04cd' have entirely different histories.
7d2102d0f2
...
56511e2eec
5 changed files with 7 additions and 45 deletions
@ -1,23 +0,0 @@ |
|||||||
package com.biutag.supervision.pojo.domain; |
|
||||||
|
|
||||||
import lombok.Data; |
|
||||||
|
|
||||||
import java.io.Serializable; |
|
||||||
|
|
||||||
/** |
|
||||||
* @author kami on 2024-11-17 10:53:37 |
|
||||||
* @version 0.0.1 |
|
||||||
* @since 1.8 |
|
||||||
*/ |
|
||||||
|
|
||||||
@Data |
|
||||||
public class GroupMembers implements Serializable { |
|
||||||
|
|
||||||
String groupId; |
|
||||||
|
|
||||||
String groupName; |
|
||||||
|
|
||||||
String membersName; |
|
||||||
|
|
||||||
String membersCode; |
|
||||||
} |
|
||||||
Loading…
Reference in new issue