wupengfei
2025-08-06 c5742b6e6eadda91a0cd99ebcc51d27d0f344c73
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',
}