mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
commit
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 个人桩绑定DTO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/2/20 16:46
|
||||
*/
|
||||
@Data
|
||||
public class PileMemberBindingDTO {
|
||||
/**
|
||||
* 桩编码
|
||||
*/
|
||||
private String pileSn;
|
||||
|
||||
/**
|
||||
* 手机号
|
||||
*/
|
||||
private String phoneNumber;
|
||||
|
||||
/**
|
||||
* 验证码
|
||||
*/
|
||||
private String verificationCode;
|
||||
|
||||
/**
|
||||
* 用户memberId
|
||||
*/
|
||||
private String memberId;
|
||||
}
|
||||
Reference in New Issue
Block a user