From c743682ee018b25febe1c27673663b8656f5a9d9 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期四, 11 十二月 2025 09:54:23 +0800
Subject: [PATCH] feat: 页面
---
src/constants/dic.ts | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/src/constants/dic.ts b/src/constants/dic.ts
index d3a9a27..2a9227a 100644
--- a/src/constants/dic.ts
+++ b/src/constants/dic.ts
@@ -11,6 +11,22 @@
Welfare = '50',
/**琛屼笟绫诲瀷 */
IndustryCategory = '60',
+ /**琛屾斂鍦板尯 */
+ Area = '70',
+ /**琛屾斂鍦板尯 */
+ ElectronSignParam = '80',
+ /**淇濋櫓鍏徃 */
+ InsuranceCompany = '90',
+ /**淇濋櫓闄╃ */
+ InsuranceType = '100',
+ /**淇濋 */
+ SumInsured = '110',
+ /**鎶曚繚鏂瑰紡 */
+ InsureWay = '120',
+ /**鑱屼笟绫诲埆 */
+ JobCategory = '130',
+ /**鎶曚繚鐗堟湰 */
+ InsuranceVersion = '140',
}
export enum IdentityCodeEnum {
@@ -40,3 +56,19 @@
/**鏈浠ヤ笂 */
UndergraduateAndAbove = '20-90',
}
+
+export enum CertificateTypeCodeEnum {
+ /**鍋ュ悍璇� */
+ HealthCertificate = '40-10',
+}
+
+export enum WelfareCodeEnum {
+ /**鍖呴 */
+ Meal = '50-10',
+ /**鍖呬綇瀹� */
+ Accommodation = '50-20',
+ /**浜ら�氳ˉ璐� */
+ TransportationSubsidies = '50-30',
+ /**楂樻俯琛ヨ创 */
+ HighTemperatureSubsidies = '50-40',
+}
--
Gitblit v1.9.1