mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
update 车牌信息表添加vin_code, vin_status字段
This commit is contained in:
@@ -41,6 +41,16 @@ public class MemberPlateNumberRelation {
|
||||
@Excel(name = "车牌号")
|
||||
private String licensePlateNumber;
|
||||
|
||||
/**
|
||||
* 车架号
|
||||
*/
|
||||
private String vinCode;
|
||||
|
||||
/**
|
||||
* vin状态
|
||||
*/
|
||||
private String vinStatus;
|
||||
|
||||
/**
|
||||
* 创建时间
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user