From 6ac59f6fa91e51272b8cd4797458995e168ec0f9 Mon Sep 17 00:00:00 2001
From: zhengyiming <540361168@qq.com>
Date: 星期四, 11 九月 2025 09:13:08 +0800
Subject: [PATCH] feat: 公告

---
 packages/core/src/lifeRechargeConstants.ts |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 55 insertions(+), 0 deletions(-)

diff --git a/packages/core/src/lifeRechargeConstants.ts b/packages/core/src/lifeRechargeConstants.ts
index f26ccb2..0a502dd 100644
--- a/packages/core/src/lifeRechargeConstants.ts
+++ b/packages/core/src/lifeRechargeConstants.ts
@@ -98,6 +98,12 @@
     [IspCode.liantong]: '涓浗鑱旈��',
   };
 
+  export const IspCodeTextForSelect = {
+    // [IspCode.yidong]: '涓浗绉诲姩',
+    [IspCode.dianxin]: '涓浗鐢典俊',
+    [IspCode.liantong]: '涓浗鑱旈��',
+  };
+
   export enum ElectricType {
     /**鍥藉鐢电綉 */
     guowang = 'guowang',
@@ -199,4 +205,53 @@
 
     绂佺敤 = 20,
   }
+
+  export enum LifePayChannelConsultationFollowupStatus {
+    /**鏈洖璁� */
+    None = 1,
+    /**璺熻繘涓� */
+    Ing = 2,
+    /**宸叉嫆缁� */
+    Refuse = 3,
+    /**宸插紑閫� */
+    Open = 4,
+  }
+
+  export enum LifePayChannelAgentType {
+    /**闆跺敭浠g悊 */
+    RetailAgent = 1,
+    /**鍝佺墝浠g悊 */
+    BrandAgent = 2,
+    /**鍖哄煙浠g悊 */
+    AreaAgent = 3,
+  }
+
+  export const LifePayChannelAgentTypeText = {
+    [LifePayChannelAgentType.RetailAgent]: '闆跺敭浠g悊',
+    [LifePayChannelAgentType.BrandAgent]: '鍝佺墝浠g悊',
+    [LifePayChannelAgentType.AreaAgent]: '鍖哄煙浠g悊',
+  };
+
+  export enum AnnouncementTypeEnum {
+    /**鏅�氬叕鍛� */
+    Normal = 10,
+    /**寮圭獥鍏憡 */
+    Dialog = 20,
+  }
+
+  export enum AnnouncementStatusEnum {
+    /**灞曠ず涓� */
+    Showing = 10,
+    /**寰呭睍绀� */
+    Wait = 20,
+    /**宸插仠姝� */
+    Stop = 30,
+  }
+
+  export enum LifePayRateChannelStatus {
+    /**鍚敤 */
+    Disabled = -10,
+    /**绂佺敤 */
+    Enabled = 10,
+  }
 }

--
Gitblit v1.9.1