分销员开通接口
This commit is contained in:
@@ -46,6 +46,7 @@ public interface TableValueConstant {
|
||||
enum Type {
|
||||
MANUAL_RECHARGE("manual_recharge", "手动充值"),
|
||||
SUB("sub", "系统扣减"),
|
||||
OPEN("open", "分销员购买"),
|
||||
MANUAL_SUB("manual_sub", "手动扣减"),
|
||||
SELF_RECHARGE("self_recharge", "自助充值");
|
||||
private final String code;
|
||||
|
||||
Reference in New Issue
Block a user