From 714eca49223a7eabdfc6666eb745c631d27046dc Mon Sep 17 00:00:00 2001 From: sunpengfei <i@angelzzz.com> Date: 星期三, 11 六月 2025 19:37:04 +0800 Subject: [PATCH] pref:锁日志 --- LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs index a7c1146..ccdc980 100644 --- a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs +++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayEnum.cs @@ -106,6 +106,8 @@ 閮ㄥ垎鍏呭�兼垚鍔� = 40, [Description("鍏呭�煎け璐�")] 鍏呭�煎け璐� = 50, + [Description("閫�娆句腑")] + 閫�娆句腑 = 51, [Description("宸查��娆�")] 宸查��娆� = 60, } @@ -196,5 +198,21 @@ [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