去除car_vin_info

This commit is contained in:
2023-07-18 15:30:45 +08:00
parent cdbae0aee3
commit b056d0da12
9 changed files with 4 additions and 786 deletions

View File

@@ -1,20 +0,0 @@
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;
}