From 484de131314a90144cceac6ea721e345ad014f08 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 04 十二月 2025 09:20:56 +0800
Subject: [PATCH] Merge branch 'master' of http://120.26.58.240:8888/r/LifePaymentApi

---
 LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayAnnouncement.cs |   44 ++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayAnnouncement.cs b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayAnnouncement.cs
new file mode 100644
index 0000000..7284281
--- /dev/null
+++ b/LifePayment/LifePayment.Domain.Shared/Enum/LifePay/LifePayAnnouncement.cs
@@ -0,0 +1,44 @@
+锘縰sing System;
+using System.Collections.Generic;
+using System.ComponentModel;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace LifePayment.Domain.Shared;
+
+public enum AnnouncementTypeEnum
+{
+    /// <summary>
+    /// 鏅�氬叕鍛�
+    /// </summary>
+    [Description("鏅�氬叕鍛�")]
+    Normal = 10,
+
+    /// <summary>
+    /// 寮圭獥鍏憡
+    /// </summary>
+    [Description("寮圭獥鍏憡")]
+    Dialog = 20,
+}
+
+public enum AnnouncementStatusEnum
+{
+    /// <summary>
+    /// 灞曠ず涓�
+    /// </summary>
+    [Description("灞曠ず涓�")]
+    Showing = 10,
+
+    /// <summary>
+    /// 寰呭睍绀�
+    /// </summary>
+    [Description("寰呭睍绀�")]
+    Wait = 20,
+
+    /// <summary>
+    /// 宸插仠姝�
+    /// </summary>
+    [Description("宸插仠姝�")]
+    Stop = 30,
+}
\ No newline at end of file

--
Gitblit v1.9.1