forked from luyan/epmet-cloud-lingshan
2 changed files with 40 additions and 0 deletions
@ -0,0 +1,23 @@ |
|||||
|
package com.epmet.dto.result; |
||||
|
|
||||
|
import lombok.Data; |
||||
|
|
||||
|
import java.io.Serializable; |
||||
|
|
||||
|
/** |
||||
|
* @author zhaoqifeng |
||||
|
* @dscription |
||||
|
* @date 2020/7/6 14:06 |
||||
|
*/ |
||||
|
@Data |
||||
|
public class MarketContactInfoResultDTO implements Serializable { |
||||
|
private static final long serialVersionUID = -2735824905956943035L; |
||||
|
/** |
||||
|
* 手机号 |
||||
|
*/ |
||||
|
private String phone; |
||||
|
/** |
||||
|
* 二维码图片连接 |
||||
|
*/ |
||||
|
private String qrUrl; |
||||
|
} |
Loading…
Reference in new issue