From 286f1b727856d6b32a8d237f353ae008f3076deb Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期二, 11 三月 2025 17:48:15 +0800
Subject: [PATCH] feat: 接口对接
---
packages/constants/dic.ts | 56 ++++++++++++++++++--------------------------------------
1 files changed, 18 insertions(+), 38 deletions(-)
diff --git a/packages/constants/dic.ts b/packages/constants/dic.ts
index 3bda434..475f69a 100644
--- a/packages/constants/dic.ts
+++ b/packages/constants/dic.ts
@@ -1,45 +1,25 @@
export enum SearchType {
- Hot = 10,
- Service = 20,
- Work = 30,
- Park = 40,
- Info = 50,
- Policy = 60,
- RegionalManagement = 70,
- ProductType = 80,
- DemandType = 90,
- DemandRange = 100,
- EmployeeBenefits = 110,
- CompanyIndustry = 120,
- HeadHunterPosition = 130,
- ConsultationCategory = 140,
- FAQCategory = 150,
- IndustryCategory = 160,
- FirstPartyIndustry = 170,
- MatingServiceType = 180,
- IndustryBodyType = 190,
+ /**韬唤 */
+ Identity = 210,
+ /**瀛﹀巻 */
+ Education = 220,
+ /**宀椾綅 */
+ Position = 230,
+ /**璇佷功绫诲瀷 */
+ CertificateType = 240,
+ /**绂忓埄 */
+ Welfare = 250,
+ /**琛屼笟绫诲瀷 */
+ IndustryCategory = 260,
}
export const SearchTypeText = {
- [SearchType.Hot]: '鐑悳璇�',
- [SearchType.Service]: '鏈嶅姟绫诲瀷',
- [SearchType.Work]: '宸ョ',
- [SearchType.Park]: '鍥尯绫诲瀷',
- [SearchType.Info]: '璧勮娲诲姩绫诲瀷',
- [SearchType.Policy]: '鏀跨瓥棰佸竷鏈烘瀯',
- [SearchType.RegionalManagement]: '鍖哄煙绠$悊',
- [SearchType.ProductType]: '浜у搧绫诲瀷',
- [SearchType.DemandType]: '闇�姹傜被鍨�',
- [SearchType.DemandRange]: '闇�姹傝寖鍥�',
- [SearchType.EmployeeBenefits]: '鍛樺伐绂忓埄',
- [SearchType.CompanyIndustry]: '鍏徃琛屼笟',
- [SearchType.HeadHunterPosition]: '鐚庡ご鑱屼綅',
- [SearchType.ConsultationCategory]: '鍜ㄨ绫诲埆',
- [SearchType.FAQCategory]: '闂鍒嗙被',
- [SearchType.IndustryCategory]: '琛屼笟绫诲埆',
- [SearchType.FirstPartyIndustry]: '鐢叉柟琛屼笟',
- [SearchType.MatingServiceType]: '閰嶅鏈嶅姟绫诲瀷',
- [SearchType.IndustryBodyType]: '琛屼笟鏈烘瀯绫诲瀷',
+ [SearchType.Identity]: '韬唤',
+ [SearchType.Education]: '瀛﹀巻',
+ [SearchType.Position]: '宀椾綅',
+ [SearchType.CertificateType]: '璇佷功绫诲瀷',
+ [SearchType.Welfare]: '绂忓埄',
+ [SearchType.IndustryCategory]: '琛屼笟绫诲瀷',
};
export enum BelongType {
--
Gitblit v1.10.0