From aef74aff62bd9fc2d615f8b15a100432f2bca44f Mon Sep 17 00:00:00 2001 From: zhengyiming <540361168@qq.com> Date: 星期三, 19 三月 2025 14:46:10 +0800 Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi --- LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 37 ++++++++++++++++++++++++++++++++++++- 1 files changed, 36 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..69ba26d 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,21 @@ 鍐呴儴娓犻亾 = 10, 澶栭儴娓犻亾 = 20, +} +public enum IntroInfoTypeEnum +{ + [Description("鏂囨湰")] + 鏂囨湰 = 0, + + [Description("鍥剧墖")] + 鍥剧墖 = 1, + + [Description("瑙嗛")] + 瑙嗛 = 2, + + [Description("瀵屾枃鏈�")] + 瀵屾枃鏈� = 3, + + [Description("寰俊鐨勫唴瀹�")] + 寰俊鐨勫唴瀹� = 4, } \ No newline at end of file -- Gitblit v1.9.1