9 changed files with 135 additions and 33 deletions
@ -0,0 +1,20 @@ |
|||||
|
package com.elink.esua.epdc.dto.epdc.form; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @Description 获取用户信息入参DTO |
||||
|
* @Author yinzuomei |
||||
|
* @Date 2019/12/7 13:55 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class EpdcAppQueryUserInfoFormDTO implements Serializable { |
||||
|
private static final long serialVersionUID = 7818827219206113924L; |
||||
|
|
||||
|
private String openId; |
||||
|
|
||||
|
|
||||
|
private String unionId; |
||||
|
} |
Loading…
Reference in new issue