1 changed files with 26 additions and 0 deletions
@ -0,0 +1,26 @@ |
|||||
|
package com.elink.esua.epdc.dto; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
import java.util.List; |
||||
|
|
||||
|
/** |
||||
|
* @program: epdc-cloud-user-yushan |
||||
|
* @description: |
||||
|
* @author: wangtong |
||||
|
* @create: 2022-04-02 14:59 |
||||
|
**/ |
||||
|
@Data |
||||
|
public class ResetPointsDTO implements Serializable { |
||||
|
|
||||
|
/** |
||||
|
* 社区id |
||||
|
*/ |
||||
|
private String communityId; |
||||
|
|
||||
|
/** |
||||
|
* 需要清零的用户 |
||||
|
*/ |
||||
|
private List<UserDTO> userList; |
||||
|
} |
Loading…
Reference in new issue