@@ -9,6 +9,8 @@ public enum PaymentChannelType {
SecretFreePayment("免密支付"),
BalancePayment("余额支付"),
DirectPayment("直营支付"),
+
+ WaitSettle("待结算"),
;
@Getter