From 24925c9d9243358a3a1c7fdcfb6eb67c867fc80f Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 19 三月 2025 13:59:28 +0800 Subject: [PATCH] fix:新增用户接口加入渠道 --- LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 31 ++++++++++++++++++++++++++++++- 1 files changed, 30 insertions(+), 1 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs index 78394fa..5f4a93e 100644 --- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs +++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs @@ -59,6 +59,25 @@ 閫�娆惧け璐� = 60, } +public enum LifePayRefundStatusEnum +{ + [Description("鏃犻渶閫�娆�")] + 鏃犻渶閫�娆� = 0, + + [Description("寰呴��娆�")] + 寰呴��娆� = 10, + + [Description("閫�娆句腑")] + 閫�娆句腑 = 20, + + [Description("宸查��娆�")] + 宸查��娆� = 30, + + [Description("閫�娆鹃┏鍥�")] + 閫�娆鹃┏鍥� = 40, + +} + public enum LifePayRateTypeEnum { 榛樿璇濊垂鎶樻墸=10, @@ -69,7 +88,6 @@ 渚涘簲鍟嗘姌鎵d环=40, } - public enum LifePaySwitchTypeEnum { @@ -92,4 +110,15 @@ 鍐呴儴娓犻亾 = 10, 澶栭儴娓犻亾 = 20, +} +public enum IntroInfoTypeEnum +{ + [Description("鏂囨湰")] + 鏂囨湰 = 0, + + [Description("鍥剧墖")] + 鍥剧墖 = 1, + + [Description("瑙嗛")] + 瑙嗛 = 2 } \ No newline at end of file -- Gitblit v1.9.1