From 29f11797c036e8b7f66ba0337b1aaa005eb508e2 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 11 四月 2025 11:28:42 +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