From 70c08d5a565139b440b73d8b9d9c8c20c7942cd6 Mon Sep 17 00:00:00 2001
From: lingling <kety1122@163.com>
Date: 星期五, 14 三月 2025 15:11:23 +0800
Subject: [PATCH] 添加逻辑
---
LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 64 +++++++++++++++++++++++++++-----
1 files changed, 54 insertions(+), 10 deletions(-)
diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
index bddbf34..78394fa 100644
--- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
+++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs
@@ -1,51 +1,95 @@
-锘縰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
{
+ [Description("璇濊垂璁㈠崟")]
璇濊垂璁㈠崟 = 10,
+ [Description("鐢佃垂璁㈠崟")]
鐢佃垂璁㈠崟 = 20,
+
+ [Description("鐕冩皵璁㈠崟")]
+ 鐕冩皵璁㈠崟 = 30,
}
public enum LifePayStatusEnum
{
-
+ [Description("鏈敮浠�")]
鏈敮浠� = 10,
+ [Description("宸叉敮浠�")]
宸叉敮浠� = 20,
+ [Description("寰呴��娆�")]
寰呴��娆� = 30,
- 宸查��娆� = 40
+ [Description("宸查��娆�")]
+ 宸查��娆� = 40,
}
public enum LifePayOrderStatusEnum
{
+ [Description("寰呯‘璁�")]
寰呯‘璁� = 10,
+ [Description("宸插け璐�")]
宸插け璐� = 20,
- 宸插畬鎴� = 30
+ [Description("鏀粯瀹濇敮浠�")]
+ 宸插畬鎴� = 30,
+
+ [Description("閫�娆惧緟瀹℃牳")]
+ 閫�娆惧緟瀹℃牳 = 40,
+
+ [Description("宸查��娆�")]
+ 宸查��娆� = 50,
+
+ [Description("閫�娆惧け璐�")]
+ 閫�娆惧け璐� = 60,
}
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,
+}
\ No newline at end of file
--
Gitblit v1.9.1