| | |
| | | sexType?: GenderTypeEnum; |
| | | /** 证书Id */ |
| | | listCertionIds?: string[]; |
| | | provinceId?: string; |
| | | cityId?: string; |
| | | areaId?: string; |
| | | provinceId?: number; |
| | | cityId?: number; |
| | | areaId?: number; |
| | | address?: string; |
| | | startDate?: string; |
| | | endDate?: string; |
| | |
| | | isCache?: boolean; |
| | | } |
| | | |
| | | interface APIaddUserResumeContractRecordParams { |
| | | flexWorkerId?: string; |
| | | } |
| | | |
| | | interface APIapiDefinitionParams { |
| | | includeTypes?: boolean; |
| | | } |
| | | |
| | | interface APIcancelUserResumeCollectParams { |
| | | flexWorkerId?: string; |
| | | } |
| | | |
| | | interface APIcollectVisitingCardParams { |
| | | flexVisitingCardId?: string; |
| | | } |
| | | |
| | | interface APIcreateParams { |
| | |
| | | } |
| | | |
| | | interface APIdeleteDefaultConnectionStringParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteFlexEnterpriseParams { |
| | | id?: string; |
| | | } |
| | | |
| | |
| | | |
| | | interface APIdeleteModuleParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIdeleteMyCardCollectParams { |
| | | visitingCardCollectId?: string; |
| | | } |
| | | |
| | | interface APIdeleteRoleParams { |
| | |
| | | |
| | | interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams { |
| | | moduleId?: string; |
| | | } |
| | | |
| | | interface APIgetFlexTaskDetailParams { |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetFlexTaskDtoParams { |
| | |
| | | permissionName?: string; |
| | | } |
| | | |
| | | interface APIstopEnterpriseUserContractParams { |
| | | flexWorkerId?: string; |
| | | } |
| | | |
| | | interface APIupdateDefaultConnectionStringParams { |
| | | id?: string; |
| | | defaultConnectionString?: string; |
| | |
| | | values?: Record<string, any>; |
| | | } |
| | | |
| | | interface AreaDto { |
| | | id?: string; |
| | | areaCode?: number; |
| | | parentId?: number; |
| | | areaName?: string; |
| | | /** 1省 2市 3区 4镇 */ |
| | | layer?: number; |
| | | sort?: number; |
| | | children?: AreaDto[]; |
| | | /** 简易拼音 */ |
| | | simpleSpelling?: string; |
| | | /** 快速检索 */ |
| | | quickQuery?: string; |
| | | } |
| | | |
| | | interface BaseAuthorizeDto { |
| | | moduleType?: number; |
| | | moduleId?: string; |
| | |
| | | verificationCode: string; |
| | | } |
| | | |
| | | type ChargeTypeEnum = 1 | 2; |
| | | |
| | | interface CheckLoginVerificationCodeInput { |
| | | messageType?: string; |
| | | phoneNumber: string; |
| | |
| | | |
| | | interface ClockDto { |
| | | kind?: string; |
| | | } |
| | | |
| | | interface CollectFlexWorkerResumeInput { |
| | | flexWorkerId?: string; |
| | | userResumeId?: string; |
| | | } |
| | | |
| | | interface ConditionInfo { |
| | |
| | | |
| | | interface ControllerInterfaceApiDescriptionModel { |
| | | type?: string; |
| | | } |
| | | |
| | | interface CreateOrEditFlexEnterpriseBankInput { |
| | | id?: string; |
| | | /** 开户行 */ |
| | | openBank?: string; |
| | | /** 开户支行 */ |
| | | openBranchBank?: string; |
| | | /** 银行账户 */ |
| | | bankAccount?: string; |
| | | verifyStatus?: VerifyStatus; |
| | | flexEnterpirseId?: string; |
| | | } |
| | | |
| | | interface CreateOrEditFlexEnterpriseInput { |
| | | id?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 法人姓名 */ |
| | | legalPersonName?: string; |
| | | /** 法人身份证号 */ |
| | | legalPersonIdNumber?: string; |
| | | /** 认证联系人 */ |
| | | contact?: string; |
| | | /** 认证联系人电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 省份code */ |
| | | provinceCode?: number; |
| | | /** 省份名称 */ |
| | | proviceName?: string; |
| | | /** 城市Code */ |
| | | cityCode?: number; |
| | | /** 城市名称 */ |
| | | cityName?: string; |
| | | status?: FlexEnterpriseStatus; |
| | | settingStatus?: FlexEnterpriseSettingStatus; |
| | | certificationStatus?: FlexEnterpriseCertificationStatus; |
| | | /** 所属行业 */ |
| | | belongIndustryType?: string; |
| | | } |
| | | |
| | | interface CreateOrEditFlexEnterpriseMessageSettingInput { |
| | | id?: string; |
| | | messageChannel?: MessageChannelEnum; |
| | | /** 消息费用 */ |
| | | messageCost?: number; |
| | | flexEnterpirseId?: string; |
| | | } |
| | | |
| | | interface CreateOrEditFlexEnterpriseSignSettingInput { |
| | | id?: string; |
| | | signChannel?: SignChannelEnum; |
| | | chargeType?: ChargeTypeEnum; |
| | | /** 实名费用 */ |
| | | realVerifyCost?: number; |
| | | /** 签约费用 */ |
| | | signCost?: number; |
| | | /** 一口价 */ |
| | | mergeSignCost?: number; |
| | | /** 企业Id */ |
| | | flexEnterpirseId?: string; |
| | | } |
| | | |
| | | interface CreateOrEditSearchInput { |
| | |
| | | interface EnableSearchSettingInput { |
| | | id: string; |
| | | status: boolean; |
| | | } |
| | | |
| | | interface EnterpriseSignSettingDto { |
| | | id?: string; |
| | | signChannel?: SignChannelEnum; |
| | | chargeType?: ChargeTypeEnum; |
| | | /** 实名费用 */ |
| | | realVerifyCost?: number; |
| | | /** 签约费用 */ |
| | | signCost?: number; |
| | | /** 一口价 */ |
| | | mergeSignCost?: number; |
| | | /** 企业Id */ |
| | | flexEnterpirseId?: string; |
| | | } |
| | | |
| | | interface EntityExtensionDto { |
| | |
| | | key?: string; |
| | | } |
| | | |
| | | interface FlexEnterpriseBankDto { |
| | | id?: string; |
| | | /** 开户行 */ |
| | | openBank?: string; |
| | | /** 开户支行 */ |
| | | openBranchBank?: string; |
| | | /** 银行账户 */ |
| | | bankAccount?: string; |
| | | verifyStatus?: VerifyStatus; |
| | | flexEnterpirseId?: string; |
| | | } |
| | | |
| | | type FlexEnterpriseCertificationStatus = 10 | -10; |
| | | |
| | | interface FlexEnterpriseDto { |
| | | id?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 法人姓名 */ |
| | | legalPersonName?: string; |
| | | /** 法人身份证号 */ |
| | | legalPersonIdNumber?: string; |
| | | /** 认证联系人 */ |
| | | contact?: string; |
| | | /** 认证联系人电话 */ |
| | | contactPhone?: string; |
| | | /** 社会统一信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 省份code */ |
| | | provinceCode?: number; |
| | | /** 省份名称 */ |
| | | proviceName?: string; |
| | | /** 城市Code */ |
| | | cityCode?: number; |
| | | /** 城市名称 */ |
| | | cityName?: string; |
| | | status?: FlexEnterpriseStatus; |
| | | settingStatus?: FlexEnterpriseSettingStatus; |
| | | certificationStatus?: FlexEnterpriseCertificationStatus; |
| | | /** 所属行业 */ |
| | | belongIndustryType?: string; |
| | | enterpriseSignSettingDto?: EnterpriseSignSettingDto; |
| | | flexEnterpriseBankDto?: FlexEnterpriseBankDto; |
| | | flexEnterpriseMessageSettingDto?: FlexEnterpriseMessageSettingDto; |
| | | } |
| | | |
| | | interface FlexEnterpriseDtoPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: FlexEnterpriseDto[]; |
| | | } |
| | | |
| | | interface FlexEnterpriseMessageSettingDto { |
| | | id?: string; |
| | | messageChannel?: MessageChannelEnum; |
| | | /** 消息费用 */ |
| | | messageCost?: number; |
| | | flexEnterpirseId?: string; |
| | | } |
| | | |
| | | type FlexEnterpriseSettingStatus = 10 | -10; |
| | | |
| | | type FlexEnterpriseStatus = 10 | -10; |
| | | |
| | | interface FlexTaskAideDto { |
| | | id?: string; |
| | | aideType?: FlexTaskAideEnum; |
| | |
| | | |
| | | type FlexTaskAideEnum = 10 | 20; |
| | | |
| | | type FlexTaskCheckAcceptStatusEnum = 10 | 20 | 30; |
| | | |
| | | type FlexTaskFeeTypeEnum = 10 | 20 | 30 | 40; |
| | | |
| | | interface FlexTaskListOutput { |
| | | taskId?: string; |
| | | /** 任务名称 */ |
| | | taskName?: string; |
| | | releaseStatus?: FlexTaskReleaseStatusEnum; |
| | | /** 安排状态 */ |
| | | arrangeStatus?: boolean; |
| | | /** 发布日期 */ |
| | | startDate?: string; |
| | | /** 结束日期 */ |
| | | endDate?: string; |
| | | feeType?: FlexTaskFeeTypeEnum; |
| | | settleType?: FlexTaskSettleTypeEnum; |
| | | settleStatus?: SettleStatusEnum; |
| | | /** 是否推荐 */ |
| | | isRecommend?: boolean; |
| | | /** 结算方式 */ |
| | | fee?: number; |
| | | /** 报名人数 */ |
| | | applyWorkerCount?: number; |
| | | /** 是否已完成验收 */ |
| | | isOverCheck?: boolean; |
| | | overCheckStatus?: OverCheckStatusEnum; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface FlexTaskListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: FlexTaskListOutput[]; |
| | | } |
| | | |
| | | type FlexTaskReleaseStatusEnum = 10 | 20; |
| | | |
| | | type FlexTaskSettleTypeEnum = 10 | 20 | 30; |
| | | |
| | | type FlexTaskWorkerHireEnum = 10 | 20 | 30; |
| | | |
| | | type FlexWorkerEleSignEnum = 10 | 20 | 30; |
| | | |
| | | type GenderTypeEnum = 1 | 2; |
| | | |
| | |
| | | phoneNumber: string; |
| | | } |
| | | |
| | | interface GetAreaListInput { |
| | | /** 1省 2市 3区 4镇 */ |
| | | layer?: number; |
| | | /** 父级编码 */ |
| | | parentCode?: number; |
| | | } |
| | | |
| | | interface GetCollectVisitingCardListInput { |
| | | pageModel?: Pagination; |
| | | } |
| | | |
| | | interface GetCollectVisitingCardOutput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | userId?: string; |
| | | name?: string; |
| | | headPhoto?: string; |
| | | phoneNum?: string; |
| | | weChat?: string; |
| | | jobName?: string; |
| | | email?: string; |
| | | companyName?: string; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetCollectVisitingCardOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetCollectVisitingCardOutput[]; |
| | | } |
| | | |
| | | interface GetFeatureListResultDto { |
| | | groups?: FeatureGroupDto[]; |
| | | } |
| | | |
| | | interface GetFlexEnterpriseInput { |
| | | pageModel?: Pagination; |
| | | /** 企业名称/法人/联系人 */ |
| | | searchWord?: string; |
| | | flexEnterpriseSettingStatus?: FlexEnterpriseSettingStatus; |
| | | } |
| | | |
| | | interface GetFlexSignWorkerListInput { |
| | | pageModel?: Pagination; |
| | | signStatus?: FlexWorkerEleSignEnum; |
| | | } |
| | | |
| | | interface GetFlexTaskDetailForBackOutput { |
| | | /** 任务Id */ |
| | | taskId?: string; |
| | | /** 任务名称 */ |
| | | taskName?: string; |
| | | isArrange?: boolean; |
| | | startDate?: string; |
| | | endDate?: string; |
| | | feeType?: FlexTaskFeeTypeEnum; |
| | | feeTypeName?: string; |
| | | settleType?: FlexTaskSettleTypeEnum; |
| | | /** 结算方式 */ |
| | | settleTypeName?: string; |
| | | /** 福利 */ |
| | | taskWeals?: FlexTaskAideDto[]; |
| | | /** 证书 */ |
| | | taskCerts?: FlexTaskAideDto[]; |
| | | /** 服务费 */ |
| | | fee?: number; |
| | | provinceId?: number; |
| | | cityId?: number; |
| | | areaId?: number; |
| | | /** 省 */ |
| | | provinceName?: string; |
| | | /** 市 */ |
| | | cityName?: string; |
| | | /** 区域 */ |
| | | areaName?: string; |
| | | /** 任务地点 */ |
| | | address?: string; |
| | | creationDate?: string; |
| | | /** 最小年龄 */ |
| | | minAge?: number; |
| | | /** 最大年龄 */ |
| | | maxAge?: number; |
| | | sexType?: GenderTypeEnum; |
| | | } |
| | | |
| | | interface GetFlexTaskDtoOutput { |
| | |
| | | taskWeals?: FlexTaskAideDto[]; |
| | | taskCerts?: FlexTaskAideDto[]; |
| | | fee?: number; |
| | | provinceId?: string; |
| | | cityId?: string; |
| | | areaId?: string; |
| | | provinceId?: number; |
| | | cityId?: number; |
| | | areaId?: number; |
| | | provinceName?: string; |
| | | cityName?: string; |
| | | areaName?: string; |
| | |
| | | minAge?: number; |
| | | maxAge?: number; |
| | | sexType?: GenderTypeEnum; |
| | | } |
| | | |
| | | interface GetFlexTaskForBackInput { |
| | | pageModel?: Pagination; |
| | | /** 任务名称 */ |
| | | taskName?: string; |
| | | /** 发布开始日期 */ |
| | | startBeginDate?: string; |
| | | /** 发布结束日期 */ |
| | | startEndDate?: string; |
| | | releaseStatus?: FlexTaskReleaseStatusEnum; |
| | | /** 是否推荐 */ |
| | | isRecommend?: boolean; |
| | | } |
| | | |
| | | interface GetFlexTaskListByStatusInput { |
| | |
| | | taskId?: string; |
| | | taskName?: string; |
| | | isArrange?: boolean; |
| | | isOverCheck?: boolean; |
| | | releaseStatus?: FlexTaskReleaseStatusEnum; |
| | | startDate?: string; |
| | | endDate?: string; |
| | | feeType?: FlexTaskFeeTypeEnum; |
| | |
| | | areaName?: string; |
| | | address?: string; |
| | | applyWorkerCount?: number; |
| | | creationDate?: string; |
| | | creationTime?: string; |
| | | } |
| | | |
| | | interface GetFlexTaskListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetFlexTaskListOutput[]; |
| | | } |
| | | |
| | | interface GetFlexTaskWorkerApplyListInput { |
| | | pageModel?: Pagination; |
| | | flexTaskId?: string; |
| | | } |
| | | |
| | | interface GetFlexTaskWorkerArrangeListInput { |
| | | pageModel?: Pagination; |
| | | flexTaskId?: string; |
| | | /** 姓名身份证号 */ |
| | | searchKeys?: string; |
| | | /** 是否已安排 */ |
| | | arrangStatus?: boolean; |
| | | } |
| | | |
| | | interface GetFlexTaskWorkerCheckContentDtoInput { |
| | | /** 任务Id */ |
| | | flexTaskId?: string; |
| | | /** 灵工Id */ |
| | | flexWorkerId?: string; |
| | | } |
| | | |
| | | interface GetFlexTaskWorkerCheckListInput { |
| | | pageModel?: Pagination; |
| | | /** 任务Id */ |
| | | flexTaskId?: string; |
| | | checkAcceptStatus?: FlexTaskCheckAcceptStatusEnum; |
| | | } |
| | | |
| | | interface GetFlexTaskWorkerListInput { |
| | | pageModel?: Pagination; |
| | | flexTaskId?: string; |
| | | } |
| | | |
| | | interface GetFlexWorkerRecordOutput { |
| | | taskId?: string; |
| | | workTime?: string; |
| | | cityId?: string; |
| | | cityName?: string; |
| | | address?: string; |
| | | taskName?: string; |
| | | } |
| | | |
| | | interface GetNewestWorkerListInput { |
| | | pageModel?: Pagination; |
| | | /** 岗位Id */ |
| | | expectationJobId?: string; |
| | | genderType?: GenderTypeEnum; |
| | | /** 身份 */ |
| | | socialIdentity?: string; |
| | | minAge?: number; |
| | | maxAge?: number; |
| | | /** 证书 */ |
| | | certificateTypeId?: string; |
| | | } |
| | | |
| | | interface GetNewestWorkerListOutput { |
| | | userId?: string; |
| | | userResumeId?: string; |
| | | name?: string; |
| | | idNumber?: string; |
| | | contactPhone?: string; |
| | | isRealName?: boolean; |
| | | age?: number; |
| | | avatarUrl?: string; |
| | | genderType?: GenderTypeEnum; |
| | | educationalLevel?: string; |
| | | socialIdentity?: string; |
| | | jobIds?: string[]; |
| | | listExpectationJobName?: string[]; |
| | | certIds?: string[]; |
| | | listCertificateNames?: string[]; |
| | | userResumeLifeCircles?: string[]; |
| | | socialIdentityName?: string; |
| | | eduLevelName?: string; |
| | | arrangeCount?: number; |
| | | workExperience?: string; |
| | | freeTime?: UserResumeFreeTimeEnum; |
| | | jobSeekingStatus?: UserResumeJobSeekingStatusEnum; |
| | | creationTime?: string; |
| | | lastModificationTime?: string; |
| | | fristContractTime?: string; |
| | | lastContractTime?: string; |
| | | userSignStatus?: FlexWorkerEleSignEnum; |
| | | enterSignStatus?: FlexWorkerEleSignEnum; |
| | | hireStatus?: FlexTaskWorkerHireEnum; |
| | | checkAcceptStatus?: FlexTaskCheckAcceptStatusEnum; |
| | | arrangeStatus?: boolean; |
| | | applyTime?: string; |
| | | height?: string; |
| | | weight?: string; |
| | | workRecordList?: GetFlexWorkerRecordOutput[]; |
| | | } |
| | | |
| | | interface GetNewestWorkerListOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetNewestWorkerListOutput[]; |
| | | } |
| | | |
| | | interface GetPermissionListResultDto { |
| | |
| | | parentId?: string; |
| | | } |
| | | |
| | | interface GetSearchSettingListOutput { |
| | | id?: string; |
| | | name?: string; |
| | | searchType?: number; |
| | | url?: string; |
| | | sort?: number; |
| | | } |
| | | |
| | | interface GetSearchSettingListPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetSearchSettingList[]; |
| | | } |
| | | |
| | | interface GetTaskWorkerCheckContentOutput { |
| | | /** 任务Id */ |
| | | flexTaskId?: string; |
| | | /** 灵工Id */ |
| | | flexWorkerId?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 联系电话 */ |
| | | contactPhone?: string; |
| | | /** 是否实名 */ |
| | | isRealName?: boolean; |
| | | /** 头像 */ |
| | | avatarUrl?: string; |
| | | /** 提交验收时间 */ |
| | | appleCheckTime?: string; |
| | | /** 验收图片路径 */ |
| | | checkImageUrl?: string; |
| | | checkImageLists?: string[]; |
| | | checkAcceptStatus?: FlexTaskCheckAcceptStatusEnum; |
| | | } |
| | | |
| | | interface GetTypeSearchSettingList { |
| | |
| | | interface GetTypeSearchSettingListInput { |
| | | searchType: number; |
| | | belongType?: number; |
| | | } |
| | | |
| | | interface GetWorkerListForBackOutput { |
| | | userId?: string; |
| | | /** 姓名 */ |
| | | name?: string; |
| | | /** 身份证号码 */ |
| | | idNumber?: string; |
| | | /** 电话号码 */ |
| | | contactPhone?: string; |
| | | /** 年龄 */ |
| | | age?: number; |
| | | genderType?: GenderTypeEnum; |
| | | eduLevelName?: string; |
| | | hireStatus?: FlexTaskWorkerHireEnum; |
| | | } |
| | | |
| | | interface GetWorkerListForBackOutputPageOutput { |
| | | pageModel?: Pagination; |
| | | objectData?: any; |
| | | data?: GetWorkerListForBackOutput[]; |
| | | } |
| | | |
| | | interface IanaTimeZone { |
| | |
| | | resource?: string; |
| | | } |
| | | |
| | | type MessageChannelEnum = 10 | 20; |
| | | |
| | | interface MethodParameterApiDescriptionModel { |
| | | name?: string; |
| | | typeAsString?: string; |
| | |
| | | interface MyResumeOutput { |
| | | resumeBaseInfo?: UserResumeBaseInfoOutput; |
| | | resumeExpectationJob?: UserResumeExpectationJobOutput; |
| | | resumeCertifiCate?: UserResumeCertificateListOutput; |
| | | resumeCertifiDetail?: UserResumeCertificateDetailOutput; |
| | | resumeDetailInfo?: UserResumeDetailInfoOutput; |
| | | resumeWorkExperience?: UserResumeWorkExperienceOutput; |
| | | resumeWorkRecordList?: UserResumeWorkerRecordOutput[]; |
| | | } |
| | | |
| | | interface MyVisitingCardOutput { |
| | | id?: string; |
| | | enterpriseId?: string; |
| | | userId?: string; |
| | | name?: string; |
| | | headPhoto?: string; |
| | | phoneNum?: string; |
| | | weChat?: string; |
| | | jobName?: string; |
| | | email?: string; |
| | | companyName?: string; |
| | | provinceId?: string; |
| | | cityId?: string; |
| | | areaId?: string; |
| | | provinceName?: string; |
| | | cityName?: string; |
| | | areaName?: string; |
| | | address?: string; |
| | | companyDesc?: string; |
| | | } |
| | | |
| | | interface NameValue { |
| | |
| | | securityToken?: string; |
| | | requestId?: string; |
| | | } |
| | | |
| | | type OverCheckStatusEnum = 10 | 20 | -10; |
| | | |
| | | interface PageInput { |
| | | pageModel?: Pagination; |
| | |
| | | returnUrlHash?: string; |
| | | } |
| | | |
| | | interface SendPhoneCertificationVerificationCodeInput { |
| | | /** 姓名 */ |
| | | name: string; |
| | | /** 证件号码 */ |
| | | identity: string; |
| | | /** 用户帐号 */ |
| | | mobile: string; |
| | | businessType?: VerificationCodeBusinessTypeEnum; |
| | | } |
| | | |
| | | interface SendPhoneMessageBaseInput { |
| | | messageType?: string; |
| | | phoneNumber: string; |
| | |
| | | businessType?: VerificationCodeBusinessTypeEnum; |
| | | } |
| | | |
| | | interface SetFlexEnterpriseStatusInput { |
| | | id?: string; |
| | | status?: FlexEnterpriseStatus; |
| | | } |
| | | |
| | | interface SetMyModule { |
| | | moduleId?: string; |
| | | sequence?: number; |
| | |
| | | preViewData?: string; |
| | | } |
| | | |
| | | interface SetRecommendInput { |
| | | id?: string; |
| | | /** 是否推荐 */ |
| | | isRecommend?: boolean; |
| | | } |
| | | |
| | | interface SetRoleUserInput { |
| | | userId?: string[]; |
| | | roleId?: string; |
| | | } |
| | | |
| | | type SettleStatusEnum = 10 | 20 | -10; |
| | | |
| | | interface SetUserRoleInput { |
| | | userId?: string; |
| | |
| | | interface SetVersionModuleInput { |
| | | versionId: string; |
| | | modules: ModuleTypeInfo[]; |
| | | } |
| | | |
| | | type SignChannelEnum = 10 | 20; |
| | | |
| | | interface TaskWorkerArrangeInput { |
| | | flexTaskId?: string; |
| | | flexWorkerId?: string; |
| | | arrange?: boolean; |
| | | } |
| | | |
| | | interface TaskWorkerCheckAcceptStatusInput { |
| | | flexTaskId?: string; |
| | | flexWorkerId?: string; |
| | | checkAcceptStatus?: FlexTaskCheckAcceptStatusEnum; |
| | | } |
| | | |
| | | interface TaskWorkerHireRefuseInput { |
| | | flexTaskId?: string; |
| | | flexWorkerId?: string; |
| | | hireStatus?: FlexTaskWorkerHireEnum; |
| | | } |
| | | |
| | | interface TenantDto { |
| | |
| | | interface UserResumeBaseInfoOutput { |
| | | name?: string; |
| | | phoneNumber?: string; |
| | | avatarUrl?: string; |
| | | genderType?: GenderTypeEnum; |
| | | age?: number; |
| | | arrangeCount?: number; |
| | | idNumber?: string; |
| | | socialIdentity?: string; |
| | | socialIdentityName?: string; |
| | | educationalLevel?: string; |
| | |
| | | |
| | | type UserResumeJobSeekingStatusEnum = 1 | 2 | 3; |
| | | |
| | | interface UserResumeWorkerRecordOutput { |
| | | workTime?: string; |
| | | workAddress?: string; |
| | | workName?: string; |
| | | } |
| | | |
| | | interface UserResumeWorkExperienceOutput { |
| | | workingSeniority?: string; |
| | | workExperience?: string; |
| | |
| | | |
| | | type UserTypeEnum = 1 | 2; |
| | | |
| | | type VerificationCodeBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 70 | 900 | 910 | 920; |
| | | type VerificationCodeBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 70 | 900 | 910 | 920 | 930; |
| | | |
| | | type VerifyStatus = 10 | -10; |
| | | |
| | | interface VersionCache { |
| | | name?: string; |