This commit is contained in:
Lemon
2023-07-11 16:41:32 +08:00
parent a63aba3743
commit 74288ac722
3 changed files with 32 additions and 13 deletions

View File

@@ -38,6 +38,12 @@ public class PayOrderDTO {
*/
private String code;
/**
* 启动方式
* 0-后管启动1-用户app启动2-卡启动3-离线卡启动; 4-联联平台启动; 5-车辆vin码启动
*/
private String startMode;
/**
* redis锁的值
*/

View File

@@ -29,4 +29,10 @@ public class PayOrderSuccessCallbackDTO {
* @see OrderPayModeEnum
*/
private String payMode;
/**
* 启动方式
* 0-后管启动1-用户app启动2-卡启动3-离线卡启动; 4-联联平台启动; 5-车辆vin码启动
*/
private String startMode;
}