From d68803c51b977a265c9cca17aa8346d2e3a1a8aa Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期一, 24 三月 2025 15:43:34 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi
---
LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 43 +++++++++++++++++++++++++++++++++++++++----
1 files changed, 39 insertions(+), 4 deletions(-)
diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index 0979050..3acbb10 100644
--- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
@@ -41,10 +41,35 @@
閫�娆句腑 = 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,
@@ -52,8 +77,8 @@
[Description("宸插畬鎴�")]
宸插畬鎴� = 30,
- [Description("閫�娆惧緟瀹℃牳")]
- 閫�娆惧緟瀹℃牳 = 40,
+ [Description("寰呴��娆�")]
+ 寰呴��娆� = 40,
[Description("宸查��娆�")]
宸查��娆� = 50,
@@ -64,6 +89,7 @@
[Description("閫�娆句腑")]
閫�娆句腑 = 70,
+
}
public enum ACOOLYStatusEnum
@@ -150,4 +176,13 @@
[Description("寰俊鐨勫唴瀹�")]
寰俊鐨勫唴瀹� = 4,
+}
+
+public enum LifePayRefundTypeEnum
+{
+ [Description("鍏ㄩ閫�娆�")]
+ 鍏ㄩ閫�娆� = 10,
+
+ [Description("閮ㄥ垎閫�娆�")]
+ 閮ㄥ垎閫�娆� = 20
}
\ No newline at end of file
--
Gitblit v1.9.1