1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.elink.esua.epdc.dto.group.form; |
||||
|
|
||||
|
/** |
||||
|
* @author: qushutong |
||||
|
* @Date: 2020/5/11 15:01 |
||||
|
* @Description: 成为群主 |
||||
|
*/ |
||||
|
public class GroupToAdminFormDTO { |
||||
|
private static final long serialVersionUID = 1L; |
||||
|
|
||||
|
/** |
||||
|
* 主键 |
||||
|
*/ |
||||
|
private String id; |
||||
|
|
||||
|
/** |
||||
|
* 社群ID |
||||
|
*/ |
||||
|
private String groupId; |
||||
|
} |
Loading…
Reference in new issue