订单列表页新增 第三方平台类型字段

This commit is contained in:
Lemon
2024-01-20 15:01:36 +08:00
parent 8ed2ab56f2
commit 6c33ad6760
3 changed files with 14 additions and 2 deletions

View File

@@ -112,11 +112,17 @@ public class OrderListVO {
private String vinCode;
/**
* 启动方式0-后管启动1-用户app启动
* 启动方式0-后管启动1-用户app启动2-卡启动3-离线卡启动; 4-第三方平台启动; 5-车辆vin码启动
*/
@Excel(name = "启动方式", dictType = "start_mode")
private String startMode;
/**
* 第三方平台类型
*/
@Excel(name = "第三方平台类型", dictType = "third_party_type")
private String thirdPartyType;
/**
* 支付方式(1-余额支付3-白名单支付4-微信支付5-支付宝支付)
*/