wupengfei
2025-04-11 a6a9d5611d19325ff9d6d6db1bc8a2c4489f53e5
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]: '行业机构',
};