From fd4e83abb72db1e7e426292af1f3f738ba3e58a6 Mon Sep 17 00:00:00 2001
From: zhengyuxuan <zhengyuxuan1995>
Date: 星期二, 01 四月 2025 10:17:32 +0800
Subject: [PATCH] fix:bug修复
---
LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 54 ++++++++++++++++++++++++++++++++++++++++++++++--------
1 files changed, 46 insertions(+), 8 deletions(-)
diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index 3ab14a3..a7c1146 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
@@ -41,10 +43,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 +79,8 @@
[Description("宸插畬鎴�")]
宸插畬鎴� = 30,
- [Description("閫�娆惧緟瀹℃牳")]
- 閫�娆惧緟瀹℃牳 = 40,
+ [Description("寰呴��娆�")]
+ 寰呴��娆� = 40,
[Description("宸查��娆�")]
宸查��娆� = 50,
@@ -64,6 +91,7 @@
[Description("閫�娆句腑")]
閫�娆句腑 = 70,
+
}
public enum ACOOLYStatusEnum
@@ -159,4 +187,14 @@
[Description("閮ㄥ垎閫�娆�")]
閮ㄥ垎閫�娆� = 20
-}
\ No newline at end of file
+}
+
+public enum ExpensesReceiptsTypeEnum
+{
+ [Description("鏀跺叆")]
+ Expenses = 10,
+
+ [Description("鏀嚭")]
+ Receipts = 20,
+
+}
--
Gitblit v1.9.1