公告板
版本库
filestore
活动
搜索
登录
main
/
flexJobMiniApp
灵工用工小程序
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
fix: 对接字典
zhengyiming
3 天以前
dd0a3e0ed394983c4fbacdab64cad6f8de5b4884
[flexJobMiniApp.git]
/
packages
/
constants
/
dic.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export enum CategoryCode {
/**身份 */
Identity = '10',
/**学历 */
Education = '20',
/**岗位 */
Position = '30',
/**证书类型 */
CertificateType = '40',
/**福利 */
Welfare = '50',
/**行业类型 */
IndustryCategory = '60',
}