1 changed files with 0 additions and 36 deletions
@ -1,36 +0,0 @@ |
|||||
package com.elink.esua.epdc.dto.result; |
|
||||
|
|
||||
import lombok.Data; |
|
||||
|
|
||||
import java.io.Serializable; |
|
||||
|
|
||||
/** |
|
||||
* create by: zhangfenghe |
|
||||
* description: 网格员列表返回对象 |
|
||||
* create time: 2021/8/28$ $ |
|
||||
*/ |
|
||||
@Data |
|
||||
public class EpdcAppGridManListResultDTO implements Serializable { |
|
||||
private static final long serialVersionUID = -2712265120736911585L; |
|
||||
|
|
||||
|
|
||||
/** |
|
||||
*姓名 |
|
||||
*/ |
|
||||
private String realName; |
|
||||
|
|
||||
/** |
|
||||
*头像 |
|
||||
*/ |
|
||||
private String headHrl; |
|
||||
|
|
||||
/** |
|
||||
*箴言 |
|
||||
*/ |
|
||||
private String proverbs; |
|
||||
|
|
||||
/** |
|
||||
*电话 |
|
||||
*/ |
|
||||
private String mobile; |
|
||||
} |
|
Loading…
Reference in new issue