From f885db9e204c172c62779f45c3edee3cae463b8d Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 01 四月 2025 16:00:33 +0800
Subject: [PATCH] Merge branch 'dev-lifepay-v1.3' of http://120.26.58.240:8888/r/LifePaymentApi into dev-lifepay-v1.3

---
 LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs |  191 ++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 178 insertions(+), 13 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index bddbf34..d2a2396 100644
--- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
@@ -1,51 +1,216 @@
-锘縰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
 {
-    璇濊垂璁㈠崟 = 10,
+    [Description("璇濊垂璁㈠崟")]
+    PhoneOrder = 10,
 
-    鐢佃垂璁㈠崟 = 20,
+    [Description("鐢佃垂璁㈠崟")]
+    ElectricOrder = 20,
+
+    [Description("鐕冩皵璁㈠崟")]
+    GasOrder = 30,
 }
 
 public enum LifePayStatusEnum
 {
-
+    [Description("鏈敮浠�")]
     鏈敮浠� = 10,
 
+    [Description("宸叉敮浠�")]
     宸叉敮浠� = 20,
 
+    [Description("寰呴��娆�")]
     寰呴��娆� = 30,
 
-    宸查��娆� = 40
+    [Description("宸查��娆�")]
+    宸查��娆� = 40,
+
+    [Description("閫�娆句腑")]
+    閫�娆句腑 = 50,
 }
+
+//public enum LifePayOrderStatusEnum
+//{
+//    [Description("鍏呭�间腑")]
+//    寰呯‘璁� = 10,
+
+//    [Description("宸插け璐�")]
+//    宸插け璐� = 20,
+
+//    [Description("宸插畬鎴�")]
+//    宸插畬鎴� = 30,
+
+//    [Description("閫�娆惧緟瀹℃牳")]
+//    閫�娆惧緟瀹℃牳 = 40,
+
+//    [Description("宸查��娆�")]
+//    宸查��娆� = 50,
+
+//    [Description("閫�娆惧け璐�")]
+//    閫�娆惧け璐� = 60,
+
+
+//    [Description("閫�娆句腑")]
+//    閫�娆句腑 = 70,
+//}
 
 public enum LifePayOrderStatusEnum
 {
-    寰呯‘璁� = 10,
+    [Description("鍏呭�间腑")]
+    鍏呭�间腑 = 10,
 
+    [Description("宸插け璐�")]
     宸插け璐� = 20,
 
-    宸插畬鎴� = 30
+    [Description("宸插畬鎴�")]
+    宸插畬鎴� = 30,
+
+    [Description("寰呴��娆�")]
+    寰呴��娆� = 40,
+
+    [Description("宸查��娆�")]
+    宸查��娆� = 50,
+
+    [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
 { 
     榛樿璇濊垂鎶樻墸=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,
+
+    [Description("瀵屾枃鏈�")]
+    瀵屾枃鏈� = 3,
+
+    [Description("寰俊鐨勫唴瀹�")]
+    寰俊鐨勫唴瀹� = 4,
+}
+
+public enum LifePayRefundTypeEnum
+{
+    [Description("鍏ㄩ閫�娆�")]
+    鍏ㄩ閫�娆� = 10,
+
+    [Description("閮ㄥ垎閫�娆�")]
+    閮ㄥ垎閫�娆� = 20
+}
+
+public enum ExpensesReceiptsTypeEnum
+{
+    [Description("鏀跺叆")]
+    Expenses = 10,
+
+    [Description("鏀嚭")]
+    Receipts = 20,
+}
+public enum ConsumptionFrozenStatusEnum
+{
+    [Description("鍐荤粨")]
+    Frozen = 10,
+
+    [Description("瑙e喕")]
+    Thaw = 20,
+}
+
+public enum ConsumptionFlowEnum
+{
+    [Description("涓嶅彉")]
+    Unchanged = 10,
+
+    [Description("鍑洪噾")]
+    Out = 20,
+}

--
Gitblit v1.9.1