From 7a540f529d2c9a541993bc9818cad9c9093fec91 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期三, 03 十二月 2025 11:04:35 +0800
Subject: [PATCH] fix: bug
---
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