mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-23 12:35:07 +08:00
新增 用户绑定vin信息接口
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
package com.jsowell.pile.dto;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 车辆vinDTO
|
||||
*
|
||||
* @author JS-ZZA
|
||||
* @date 2023/6/8 15:02
|
||||
*/
|
||||
@Data
|
||||
public class CarVinDTO {
|
||||
private String vinCode;
|
||||
|
||||
private String memberId;
|
||||
|
||||
private String phoneNumber;
|
||||
|
||||
private String verificationCode;
|
||||
}
|
||||
Reference in New Issue
Block a user