From 2ba4b5952aed8356da2d41e3f6b711d4a61c656d Mon Sep 17 00:00:00 2001 From: zhengyuxuan <zhengyuxuan1995> Date: 星期三, 02 四月 2025 16:49:46 +0800 Subject: [PATCH] fix:bug修复 --- LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 30 +++++++++++++++++++++++++++++- 1 files changed, 29 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..d2a2396 100644 --- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs +++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs @@ -11,6 +11,8 @@ AliPay = 20 } + + public enum LifePayOrderTypeEnum { [Description("璇濊垂璁㈠崟")] @@ -185,4 +187,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