This commit is contained in:
2023-06-13 09:20:32 +08:00
4 changed files with 139 additions and 1 deletions

View File

@@ -98,6 +98,12 @@ public class OrderListVO {
@Excel(name = "逻辑卡号")
private String logicCard;
/**
* vin码
*/
@Excel(name = "vin码")
private String vinCode;
/**
* 启动方式0-后管启动1-用户app启动
*/