wupengfei
2025-02-13 a9dd43e3494be328e8dd87e4e29e06df9817c15a
packages/constants/user.ts
@@ -144,24 +144,3 @@
  [Gender.Male]: '男',
  [Gender.Female]: '女',
};
export enum MatchMakingIdentityEnum {
  /**
   * 用人方
   */
  Employing = 10,
  /**
   * 供人方
   */
  Contributors = 20,
}
export const MatchMakingIdentityEnumText = {
  [MatchMakingIdentityEnum.Employing]: '用人方',
  [MatchMakingIdentityEnum.Contributors]: '供人方',
};
export const MatchMakingIdentityEnumTitle = {
  [MatchMakingIdentityEnum.Employing]: '找资源',
  [MatchMakingIdentityEnum.Contributors]: '找订单',
};