订单分账处理

This commit is contained in:
张松
2025-10-27 19:22:10 +08:00
parent 30f35128fd
commit cf492b32f1
16 changed files with 548 additions and 633 deletions

View File

@@ -65,7 +65,7 @@ public interface TableValueConstant {
enum Status {
PENDING("pending", "待入账"),
SUCCESS("sub", "已入账"),
SELF_RECHARGE("self_recharge", "自助充值");
SELF_RECHARGE("self_recharge", "自助充值"), FAIL("fail", "失败");
private final String code;
private final String msg;