From ad8e329a739839bf5ce80b42d931b655c2c20356 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期一, 09 六月 2025 15:40:30 +0800
Subject: [PATCH] feat:新增接口x2 GET​/api​/Promoter​/GetChannelConsultationById获取渠道咨询Id GET​/api​/Promoter​/GetPromoter获取推广员信息

---
 LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs |   42 ++++++++++++++++++++++++++++++++++++------
 1 files changed, 36 insertions(+), 6 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index 5963033..ccdc980 100644
--- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
@@ -11,16 +11,18 @@
     AliPay = 20
 }
 
+
+
 public enum LifePayOrderTypeEnum
 {
     [Description("璇濊垂璁㈠崟")]
-    璇濊垂璁㈠崟 = 10,
+    PhoneOrder = 10,
 
     [Description("鐢佃垂璁㈠崟")]
-    鐢佃垂璁㈠崟 = 20,
+    ElectricOrder = 20,
 
     [Description("鐕冩皵璁㈠崟")]
-    鐕冩皵璁㈠崟 = 30,
+    GasOrder = 30,
 }
 
 public enum LifePayStatusEnum
@@ -71,8 +73,8 @@
     [Description("鍏呭�间腑")]
     鍏呭�间腑 = 10,
 
-    //[Description("宸插け璐�")]
-    //宸插け璐� = 20,
+    [Description("宸插け璐�")]
+    宸插け璐� = 20,
 
     [Description("宸插畬鎴�")]
     宸插畬鎴� = 30,
@@ -104,6 +106,8 @@
     閮ㄥ垎鍏呭�兼垚鍔� = 40,
     [Description("鍏呭�煎け璐�")]
     鍏呭�煎け璐� = 50,
+    [Description("閫�娆句腑")]
+    閫�娆句腑 = 51,
     [Description("宸查��娆�")]
     宸查��娆� = 60,
 }
@@ -185,4 +189,30 @@
 
     [Description("閮ㄥ垎閫�娆�")]
     閮ㄥ垎閫�娆� = 20
-}
\ No newline at end of file
+}
+
+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