update 支付回调新增占桩逻辑处理、 后管运营商订单报表新增字段

This commit is contained in:
Lemon
2023-08-29 16:40:20 +08:00
parent 990951ca2d
commit a90fc4f9f3
11 changed files with 100 additions and 23 deletions

View File

@@ -7,6 +7,8 @@ public enum ScenarioEnum {
ORDER("order", "支付订单"),
BALANCE("balance", "支付余额"),
OCCUPY("occupy", "占桩订单"),
;
private String value;