update 车牌信息表添加vin_code, vin_status字段

This commit is contained in:
Lemon
2023-06-09 17:44:10 +08:00
parent 692eb2cb9a
commit c8e8cb5df8
8 changed files with 29 additions and 19 deletions

View File

@@ -41,6 +41,16 @@ public class MemberPlateNumberRelation {
@Excel(name = "车牌号")
private String licensePlateNumber;
/**
* 车架号
*/
private String vinCode;
/**
* vin状态
*/
private String vinStatus;
/**
* 创建时间
*/