1 changed files with 24 additions and 0 deletions
@ -0,0 +1,24 @@ |
|||||
|
package com.elink.esua.epdc.dto; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @program: epdc-cloud-user-yushan |
||||
|
* @description: |
||||
|
* @author: wangtong |
||||
|
* @create: 2022-04-06 14:30 |
||||
|
**/ |
||||
|
@Data |
||||
|
public class CommunityPointsDTO implements Serializable { |
||||
|
|
||||
|
|
||||
|
private String communityId; |
||||
|
|
||||
|
|
||||
|
private String communityName; |
||||
|
|
||||
|
|
||||
|
private String points; |
||||
|
} |
Loading…
Reference in new issue