From d7b01cca243ea2a767adbb1418a52258b4f2d765 Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期五, 21 三月 2025 17:27:07 +0800 Subject: [PATCH] fix:状态更新 --- LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 38 ++++++++++++++++++++++++++++++++------ 1 files changed, 32 insertions(+), 6 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs index 3ab14a3..5963033 100644 --- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs +++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs @@ -41,19 +41,44 @@ 閫�娆句腑 = 50, } +//public enum LifePayOrderStatusEnum +//{ +// [Description("鍏呭�间腑")] +// 寰呯‘璁� = 10, + +// [Description("宸插け璐�")] +// 宸插け璐� = 20, + +// [Description("宸插畬鎴�")] +// 宸插畬鎴� = 30, + +// [Description("閫�娆惧緟瀹℃牳")] +// 閫�娆惧緟瀹℃牳 = 40, + +// [Description("宸查��娆�")] +// 宸查��娆� = 50, + +// [Description("閫�娆惧け璐�")] +// 閫�娆惧け璐� = 60, + + +// [Description("閫�娆句腑")] +// 閫�娆句腑 = 70, +//} + public enum LifePayOrderStatusEnum { - [Description("寰呯‘璁�")] - 寰呯‘璁� = 10, + [Description("鍏呭�间腑")] + 鍏呭�间腑 = 10, - [Description("宸插け璐�")] - 宸插け璐� = 20, + //[Description("宸插け璐�")] + //宸插け璐� = 20, [Description("宸插畬鎴�")] 宸插畬鎴� = 30, - [Description("閫�娆惧緟瀹℃牳")] - 閫�娆惧緟瀹℃牳 = 40, + [Description("寰呴��娆�")] + 寰呴��娆� = 40, [Description("宸查��娆�")] 宸查��娆� = 50, @@ -64,6 +89,7 @@ [Description("閫�娆句腑")] 閫�娆句腑 = 70, + } public enum ACOOLYStatusEnum -- Gitblit v1.9.1