1 changed files with 20 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.elink.esua.epdc.dto.epdc.form; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* create by: zhangfenghe |
||||
|
* description: 亮身份详情 |
||||
|
* create time: 2021/8/31$ 14:57$ |
||||
|
*/ |
||||
|
@Data |
||||
|
public class EpdcAppIdentityDetailFormDTO implements Serializable { |
||||
|
private static final long serialVersionUID = -951939570282533218L; |
||||
|
|
||||
|
/** |
||||
|
*用户id |
||||
|
*/ |
||||
|
private String userId; |
||||
|
} |
Loading…
Reference in new issue