zhengyiming
2025-08-06 914000e6c758d9344d99e911244a165b9ed826d6
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',
}