From 9e63ed4533fe6fbb5e81a096c9f5949c7ccf58f2 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 08 四月 2025 17:34:15 +0800
Subject: [PATCH] feat: 接口

---
 src/components/commonView/types.ts |   26 ++++++++++++++++++++++++++
 1 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/src/components/commonView/types.ts b/src/components/commonView/types.ts
index 73dff5f..24c9b2e 100644
--- a/src/components/commonView/types.ts
+++ b/src/components/commonView/types.ts
@@ -12,3 +12,29 @@
   fileBusinessType: EnterpriseMaterialFileBusinessTypeEnum;
   fileList: (API.AddEnterpriseMaterialFileInput & UploadUserFile)[];
 };
+
+export enum EnterpriseTypeEnum {
+  /**
+   * 浜哄姏璧勬簮鍏徃
+   */
+  HREnterprise = 10,
+  /**
+   * 鐢叉柟浼佷笟
+   */
+  FirstPartyCompany = 20,
+  /**
+   * 琛屼笟閰嶅
+   */
+  IndustryMating = 30,
+  /**
+   * 琛屼笟鏈烘瀯
+   */
+  IndustryBody = 40,
+}
+
+export const EnterpriseTypeEnumText = {
+  [EnterpriseTypeEnum.HREnterprise]: '浜哄姏璧勬簮鍏徃',
+  [EnterpriseTypeEnum.FirstPartyCompany]: '鐢叉柟浼佷笟',
+  [EnterpriseTypeEnum.IndustryMating]: '琛屼笟閰嶅',
+  [EnterpriseTypeEnum.IndustryBody]: '琛屼笟鏈烘瀯',
+};

--
Gitblit v1.9.1