From a5f0843b6b8f1d12ba8d100c81461386b80d7883 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期二, 09 十二月 2025 17:43:54 +0800
Subject: [PATCH] fix: 退款
---
LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 48 +++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 47 insertions(+), 1 deletions(-)
diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index fa91acf..5c18124 100644
--- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
@@ -1,4 +1,5 @@
锘縰sing System.ComponentModel;
+using static LifePayment.Domain.Shared.LifePaymentConstant;
namespace LifePayment.Domain.Shared;
@@ -10,6 +11,8 @@
[Description("鏀粯瀹濇敮浠�")]
AliPay = 20
}
+
+
public enum LifePayOrderTypeEnum
{
@@ -104,6 +107,8 @@
閮ㄥ垎鍏呭�兼垚鍔� = 40,
[Description("鍏呭�煎け璐�")]
鍏呭�煎け璐� = 50,
+ [Description("閫�娆句腑")]
+ 閫�娆句腑 = 51,
[Description("宸查��娆�")]
宸查��娆� = 60,
}
@@ -185,4 +190,45 @@
[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,
+}
+
+public enum RefundPlatformStatusEnum
+{
+ [Description("閫�娆炬垚鍔�")]
+ SUCCESS = 10,
+
+ [Description("閫�娆惧叧闂�")]
+ CLOSED = 20,
+
+ [Description("閫�娆惧鐞嗕腑")]
+ PROCESSING = 30,
+
+ [Description("閫�娆惧紓甯�")]
+ ABNORMAL = 40,
+}
--
Gitblit v1.9.1