From 3e6b46d6c0c618c67868ea35bde79aa0a53be90b Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期三, 19 三月 2025 09:43:31 +0800
Subject: [PATCH] fix:新增须知接口

---
 LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs |   93 +++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 83 insertions(+), 10 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index bddbf34..5f4a93e 100644
--- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
@@ -1,51 +1,124 @@
-锘縰sing System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
+锘縰sing System.ComponentModel;
 
 namespace LifePayment.Domain.Shared;
 
 public enum LifePayTypeEnum
 {
+    [Description("寰俊鏀粯")]
     WxPay = 10,
 
+    [Description("鏀粯瀹濇敮浠�")]
     AliPay = 20
 }
 
 public enum LifePayOrderTypeEnum
 {
+    [Description("璇濊垂璁㈠崟")]
     璇濊垂璁㈠崟 = 10,
 
+    [Description("鐢佃垂璁㈠崟")]
     鐢佃垂璁㈠崟 = 20,
+
+    [Description("鐕冩皵璁㈠崟")]
+    鐕冩皵璁㈠崟 = 30,
 }
 
 public enum LifePayStatusEnum
 {
-
+    [Description("鏈敮浠�")]
     鏈敮浠� = 10,
 
+    [Description("宸叉敮浠�")]
     宸叉敮浠� = 20,
 
+    [Description("寰呴��娆�")]
     寰呴��娆� = 30,
 
-    宸查��娆� = 40
+    [Description("宸查��娆�")]
+    宸查��娆� = 40,    
 }
 
 public enum LifePayOrderStatusEnum
 {
+    [Description("寰呯‘璁�")]
     寰呯‘璁� = 10,
 
+    [Description("宸插け璐�")]
     宸插け璐� = 20,
 
-    宸插畬鎴� = 30
+    [Description("鏀粯瀹濇敮浠�")]
+    宸插畬鎴� = 30,
+
+    [Description("閫�娆惧緟瀹℃牳")]
+    閫�娆惧緟瀹℃牳 = 40,
+
+    [Description("宸查��娆�")]
+    宸查��娆� = 50,
+
+    [Description("閫�娆惧け璐�")]
+    閫�娆惧け璐� = 60,
+}
+
+public enum LifePayRefundStatusEnum
+{
+    [Description("鏃犻渶閫�娆�")]
+    鏃犻渶閫�娆� = 0,
+
+    [Description("寰呴��娆�")]
+    寰呴��娆� = 10,
+
+    [Description("閫�娆句腑")]
+    閫�娆句腑 = 20,
+
+    [Description("宸查��娆�")]
+    宸查��娆� = 30,
+
+    [Description("閫�娆鹃┏鍥�")]
+    閫�娆鹃┏鍥� = 40,
+
 }
 
 public enum LifePayRateTypeEnum
 { 
     榛樿璇濊垂鎶樻墸=10,
 
-    榛樿鐢佃垂鎶樻墸=20
+    榛樿鐢佃垂鎶樻墸=20,
+
+    榛樿鐕冩皵鎶樻墸=30,
+
+    渚涘簲鍟嗘姌鎵d环=40,
 }
 
+public enum LifePaySwitchTypeEnum
+{
+    H5 = 10,
+
+    寰俊灏忕▼搴� = 20,
+
+    寰俊鍏紬鍙� = 30,
+}
+
+public enum LifePayChannelsStatsEnum
+{
+    鍚敤 = 10,
+
+    绂佺敤 = 20,
+}
+
+public enum LifePayChannlesTypeEnum
+{
+    鍐呴儴娓犻亾 = 10,
+
+    澶栭儴娓犻亾 = 20,
+}
+public enum IntroInfoTypeEnum
+{
+    [Description("鏂囨湰")]
+    鏂囨湰 = 0,
+
+    [Description("鍥剧墖")]
+    鍥剧墖 = 1,
+
+    [Description("瑙嗛")]
+    瑙嗛 = 2
+}
\ No newline at end of file

--
Gitblit v1.9.1