From ff7920ed1f3b0ff3f4fccd97c4b31b80fb63b142 Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期五, 21 三月 2025 16:18:33 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi

---
 LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs |   73 +++++++++++++++++++++++++++++++++++-
 1 files changed, 70 insertions(+), 3 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index 78394fa..3ab14a3 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
@@ -46,7 +49,7 @@
     [Description("宸插け璐�")]
     宸插け璐� = 20,
 
-    [Description("鏀粯瀹濇敮浠�")]
+    [Description("宸插畬鎴�")]
     宸插畬鎴� = 30,
 
     [Description("閫�娆惧緟瀹℃牳")]
@@ -57,6 +60,45 @@
 
     [Description("閫�娆惧け璐�")]
     閫�娆惧け璐� = 60,
+
+
+    [Description("閫�娆句腑")]
+    閫�娆句腑 = 70,
+}
+
+public enum ACOOLYStatusEnum
+{
+    [Description("鍏呭�间腑")]
+    鍏呭�间腑 = 10,
+    [Description("鍏呭�兼垚鍔�")]
+    鍏呭�兼垚鍔� = 20,
+    [Description("宸插畬鎴�")]
+    宸插畬鎴� = 30,
+    [Description("閮ㄥ垎鍏呭�兼垚鍔�")]
+    閮ㄥ垎鍏呭�兼垚鍔� = 40,
+    [Description("鍏呭�煎け璐�")]
+    鍏呭�煎け璐� = 50,
+    [Description("宸查��娆�")]
+    宸查��娆� = 60,
+}
+
+public enum LifePayRefundStatusEnum
+{
+    [Description("鏃犻渶閫�娆�")]
+    鏃犻渶閫�娆� = 0,
+
+    [Description("寰呴��娆�")]
+    寰呴��娆� = 10,
+
+    [Description("閫�娆句腑")]
+    閫�娆句腑 = 20,
+
+    [Description("宸查��娆�")]
+    宸查��娆� = 30,
+
+    [Description("閫�娆鹃┏鍥�")]
+    閫�娆鹃┏鍥� = 40,
+
 }
 
 public enum LifePayRateTypeEnum
@@ -69,7 +111,6 @@
 
     渚涘簲鍟嗘姌鎵d环=40,
 }
-
 
 public enum LifePaySwitchTypeEnum
 {
@@ -92,4 +133,30 @@
     鍐呴儴娓犻亾 = 10,
 
     澶栭儴娓犻亾 = 20,
+}
+public enum IntroInfoTypeEnum
+{
+    [Description("鏂囨湰")]
+    鏂囨湰 = 0,
+
+    [Description("鍥剧墖")]
+    鍥剧墖 = 1,
+
+    [Description("瑙嗛")]
+    瑙嗛 = 2,
+
+    [Description("瀵屾枃鏈�")]
+    瀵屾枃鏈� = 3,
+
+    [Description("寰俊鐨勫唴瀹�")]
+    寰俊鐨勫唴瀹� = 4,
+}
+
+public enum LifePayRefundTypeEnum
+{
+    [Description("鍏ㄩ閫�娆�")]
+    鍏ㄩ閫�娆� = 10,
+
+    [Description("閮ㄥ垎閫�娆�")]
+    閮ㄥ垎閫�娆� = 20
 }
\ No newline at end of file

--
Gitblit v1.9.1