@@ -10,7 +10,12 @@ public enum PaymentChannelType {
BalancePayment("余额支付"),
DirectPayment("直营支付"),
+
+ /************************隐藏支付渠道**************************/
WaitSettle("待结算"),
+ Settle("已结算"),
+ WithdrawFrozen("提现冻结"),
;
@Getter