From 1b0bbe7fbe3d62779356f0729f086ceb3901e17b Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期三, 09 四月 2025 16:39:18 +0800 Subject: [PATCH] feat: 接口 --- src/constants/enterpriseMaterial.ts | 26 ++++++++++++++++++++++++++ 1 files changed, 26 insertions(+), 0 deletions(-) diff --git a/src/constants/enterpriseMaterial.ts b/src/constants/enterpriseMaterial.ts index 88f2eb5..b9ef48f 100644 --- a/src/constants/enterpriseMaterial.ts +++ b/src/constants/enterpriseMaterial.ts @@ -109,3 +109,29 @@ ...EnterpriseMaterialFileBusinessTypeEnumText, ...DutiableFileBusinessTypeEnumText, }; + +export enum AuthType { + /** + * 浜鸿祫鍏徃 + */ + HumanResourceCompany = 10, + /** + * 琛屼笟閰嶅鏈嶅姟鍏徃 + */ + IndustryMating = 20, + /** + * 鐢ㄥ伐鍗曚綅 + */ + Employers = 30, + /** + * 琛屼笟鏈烘瀯 + */ + IndustryBody = 40, +} + +export const AuthTypeText = { + [AuthType.HumanResourceCompany]: '浜鸿祫鍏徃', + [AuthType.IndustryMating]: '閰嶅鏈嶅姟鍟�', + [AuthType.Employers]: '鐢叉柟鍗曚綅', + [AuthType.IndustryBody]: '琛屼笟鏈烘瀯', +}; -- Gitblit v1.9.1