分销调整

This commit is contained in:
张松 2025-10-29 15:00:16 +08:00
parent 4285cc7bbd
commit 5b1ce2f582
1 changed files with 2 additions and 2 deletions

View File

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