启动失败的订单,同时退保险费用

This commit is contained in:
bl\GQS02
2025-09-30 22:35:18 +08:00
parent 84a750b3f7
commit faeb26faaf
5 changed files with 89 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ public enum ScenarioEnum {
BALANCE("balance", "支付余额"),
OCCUPY("occupy", "占桩订单"),
INSURANCE("insurance", "支付保险"),
;
private String value;