wupengfei
23 小时以前 9f1c464d0f0f097314818ad617d0f48f03a70591
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]: '找订单',
};