LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
@@ -1,4 +1,5 @@ using System.ComponentModel; using static LifePayment.Domain.Shared.LifePaymentConstant; namespace LifePayment.Domain.Shared; @@ -106,6 +107,8 @@ 部分充值成功 = 40, [Description("充值失败")] 充值失败 = 50, [Description("退款中")] 退款中 = 51, [Description("已退款")] 已退款 = 60, } @@ -214,3 +217,18 @@ [Description("出金")] Out = 20, } public enum RefundPlatformStatusEnum { [Description("退款成功")] SUCCESS = 10, [Description("退款关闭")] CLOSED = 20, [Description("退款处理中")] PROCESSING = 30, [Description("退款异常")] ABNORMAL = 40, }