From 4cb523bee320f335100c63df4c8f51ed09fca9eb Mon Sep 17 00:00:00 2001 From: lingling <kety1122@163.com> Date: 星期四, 20 三月 2025 16:47:07 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi --- LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 25 ++++++++++++++++++++++++- 1 files changed, 24 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs index 69ba26d..585f39d 100644 --- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs +++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs @@ -35,7 +35,10 @@ 寰呴��娆� = 30, [Description("宸查��娆�")] - 宸查��娆� = 40, + 宸查��娆� = 40, + + [Description("閫�娆句腑")] + 閫�娆句腑 = 50, } public enum LifePayOrderStatusEnum @@ -57,6 +60,26 @@ [Description("閫�娆惧け璐�")] 閫�娆惧け璐� = 60, + + + [Description("閫�娆句腑")] + 閫�娆句腑 = 70, +} + +public enum ACOOLYStatusEnum +{ + [Description("鍏呭�间腑")] + 鍏呭�间腑 = 10, + [Description("鍏呭�兼垚鍔�")] + 鍏呭�兼垚鍔� = 20, + [Description("宸插畬鎴�")] + 宸插畬鎴� = 30, + [Description("閮ㄥ垎鍏呭�兼垚鍔�")] + 閮ㄥ垎鍏呭�兼垚鍔� = 40, + [Description("鍏呭�煎け璐�")] + 鍏呭�煎け璐� = 50, + [Description("宸查��娆�")] + 宸查��娆� = 60, } public enum LifePayRefundStatusEnum -- Gitblit v1.9.1