|  |  |  | 
|---|
|  |  |  | [key: string]: any; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AccessRefreshToken { | 
|---|
|  |  |  | refreshToken?: string; | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | interface APIcheckHealthParams { | 
|---|
|  |  |  | /** 健康校验 */ | 
|---|
|  |  |  | request?: CheckHealthQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AccessRequestDto { | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | userPassword?: string; | 
|---|
|  |  |  | scope?: string; | 
|---|
|  |  |  | interface APIgetAliyunOSSAcsParams { | 
|---|
|  |  |  | /** 获取阿里云OSS授权信息 */ | 
|---|
|  |  |  | request?: GetAliyunOSSAcsQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ActionApiDescriptionModel { | 
|---|
|  |  |  | uniqueName?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | httpMethod?: string; | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | supportedVersions?: string[]; | 
|---|
|  |  |  | parametersOnMethod?: MethodParameterApiDescriptionModel[]; | 
|---|
|  |  |  | parameters?: ParameterApiDescriptionModel[]; | 
|---|
|  |  |  | returnValue?: ReturnValueApiDescriptionModel; | 
|---|
|  |  |  | allowAnonymous?: boolean; | 
|---|
|  |  |  | implementFrom?: string; | 
|---|
|  |  |  | interface APIgetAreaSelectParams { | 
|---|
|  |  |  | /** 最大深度 */ | 
|---|
|  |  |  | maxDeep?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AddEidtFlexTaskInput { | 
|---|
|  |  |  | taskId?: string; | 
|---|
|  |  |  | taskName?: string; | 
|---|
|  |  |  | feeType?: FlexTaskFeeTypeEnum; | 
|---|
|  |  |  | /** 服务费 元/月 */ | 
|---|
|  |  |  | fee?: number; | 
|---|
|  |  |  | settleType?: FlexTaskSettleTypeEnum; | 
|---|
|  |  |  | /** 福利Id */ | 
|---|
|  |  |  | listAideIds?: string[]; | 
|---|
|  |  |  | minAge?: number; | 
|---|
|  |  |  | maxAge?: number; | 
|---|
|  |  |  | sexType?: GenderTypeEnum; | 
|---|
|  |  |  | /** 证书Id */ | 
|---|
|  |  |  | listCertionIds?: string[]; | 
|---|
|  |  |  | provinceId?: number; | 
|---|
|  |  |  | cityId?: number; | 
|---|
|  |  |  | areaId?: number; | 
|---|
|  |  |  | address?: string; | 
|---|
|  |  |  | startDate?: string; | 
|---|
|  |  |  | endDate?: string; | 
|---|
|  |  |  | interface APIgetCheckReceiveTaskUserSubmitParams { | 
|---|
|  |  |  | /** 提交Id(用于B端客户端) */ | 
|---|
|  |  |  | submitId?: string; | 
|---|
|  |  |  | /** 任务Id(用于C端小程序编辑提交 和日期一起传) */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 任务人员Id(用于B端小程序验收 和日期一起传) */ | 
|---|
|  |  |  | taskInfoUserId?: string; | 
|---|
|  |  |  | /** 日期(用于两个小程序 跟某一个Id一起传) */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AllSubModule { | 
|---|
|  |  |  | pageButton?: ModuleButtonDto[]; | 
|---|
|  |  |  | dataButton?: ModuleButtonDto[]; | 
|---|
|  |  |  | column?: ModuleColumnDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AnyUserByPhoneNumberInput { | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIaddOrEditModuleStatusParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | isMenu?: number; | 
|---|
|  |  |  | enabledMark?: number; | 
|---|
|  |  |  | isCache?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIaddUserResumeContractRecordParams { | 
|---|
|  |  |  | flexWorkerId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIapiDefinitionParams { | 
|---|
|  |  |  | includeTypes?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIcancelUserResumeCollectParams { | 
|---|
|  |  |  | flexWorkerId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIcollectVisitingCardParams { | 
|---|
|  |  |  | flexVisitingCardId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIcreateParams { | 
|---|
|  |  |  | systemEmail: string; | 
|---|
|  |  |  | systemPassword: string; | 
|---|
|  |  |  | versionId?: string; | 
|---|
|  |  |  | systemUserName: string; | 
|---|
|  |  |  | systemName: string; | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteDefaultConnectionStringParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteFlexEnterpriseParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteFlexTaskParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteModuleButtonParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteModuleColumnParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteModuleParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteMyCardCollectParams { | 
|---|
|  |  |  | visitingCardCollectId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteRoleParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteTenantParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdeleteUserParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIdetailParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIfindByEmailParams { | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIfindByIdParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIfindByUsernameParams { | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIfindByUserNameParams { | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIforbiddenRoleParams { | 
|---|
|  |  |  | roleName?: string; | 
|---|
|  |  |  | permissionName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIforbiddenUserParams { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | permissionName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetAllSubModuleParams { | 
|---|
|  |  |  | moduleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetCountParams { | 
|---|
|  |  |  | filter?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetCurrentSubModuleListParams { | 
|---|
|  |  |  | moduleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetDefaultConnectionStringParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams { | 
|---|
|  |  |  | moduleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetFlexTaskDetailParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetFlexTaskDtoParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetListParams { | 
|---|
|  |  |  | filter?: string; | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | sorting?: string; | 
|---|
|  |  |  | skipCount?: number; | 
|---|
|  |  |  | maxResultCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetListParams { | 
|---|
|  |  |  | filter?: string; | 
|---|
|  |  |  | sorting?: string; | 
|---|
|  |  |  | skipCount?: number; | 
|---|
|  |  |  | maxResultCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetParams { | 
|---|
|  |  |  | providerName?: string; | 
|---|
|  |  |  | providerKey?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetParams { | 
|---|
|  |  |  | providerName?: string; | 
|---|
|  |  |  | providerKey?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPreViewCacheParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetQrCodeLoginResultParams { | 
|---|
|  |  |  | /** 扫码登录Id */ | 
|---|
|  |  |  | uId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetRolesIdRolesParams { | 
|---|
|  |  |  | id: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserDetailForBackParams { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserListByPhoneNumberParams { | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserOrRoleModuleListParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | objectType?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserOrRoleSubModuleListParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | objectType?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserResumeCertificateDetailByIdParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetVersionModuleListParams { | 
|---|
|  |  |  | versionId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetVersionSubModuleParams { | 
|---|
|  |  |  | versionId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetWxIndentityParams { | 
|---|
|  |  |  | /** 用户登录凭证 */ | 
|---|
|  |  |  | interface APIgetCodeUrlParams { | 
|---|
|  |  |  | /** 场景 */ | 
|---|
|  |  |  | scene?: EnumCodeUrlScene; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | wxMiniApp?: WxMiniAppEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIisRepeatByPhoneNumberParams { | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIsearchParams { | 
|---|
|  |  |  | filter?: string; | 
|---|
|  |  |  | sorting?: string; | 
|---|
|  |  |  | skipCount?: number; | 
|---|
|  |  |  | maxResultCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIsetForRoleParams { | 
|---|
|  |  |  | roleName?: string; | 
|---|
|  |  |  | permissionName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIsetForUserParams { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | permissionName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIstopEnterpriseUserContractParams { | 
|---|
|  |  |  | flexWorkerId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIupdateDefaultConnectionStringParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | defaultConnectionString?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIupdateParams { | 
|---|
|  |  |  | providerName?: string; | 
|---|
|  |  |  | providerKey?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIupdateParams { | 
|---|
|  |  |  | interface APIgetContractTemplateParams { | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIupdateParams { | 
|---|
|  |  |  | interface APIgetCurrentLogierMenuParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIupdateParams { | 
|---|
|  |  |  | providerName?: string; | 
|---|
|  |  |  | providerKey?: string; | 
|---|
|  |  |  | interface APIgetCurrentLogierMenusParams { | 
|---|
|  |  |  | /** 获取当前登录用户菜单 */ | 
|---|
|  |  |  | request?: GetCurrentLogierMenusQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIupdateParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | interface APIgetDictionaryCategorySelectParams { | 
|---|
|  |  |  | /** 查询数据字典类别选择器数据 */ | 
|---|
|  |  |  | request?: GetDictionaryCategorySelectQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIupdateRolesParams { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIvatLicenseParams { | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIwxMiniAppUserLoginParams { | 
|---|
|  |  |  | /** 用户登录凭证 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | wxMiniApp?: WxMiniAppEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ApplicationApiDescriptionModel { | 
|---|
|  |  |  | modules?: Record<string, any>; | 
|---|
|  |  |  | types?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ApplicationAuthConfigurationDto { | 
|---|
|  |  |  | policies?: Record<string, any>; | 
|---|
|  |  |  | grantedPolicies?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ApplicationConfigurationDto { | 
|---|
|  |  |  | localization?: ApplicationLocalizationConfigurationDto; | 
|---|
|  |  |  | auth?: ApplicationAuthConfigurationDto; | 
|---|
|  |  |  | setting?: ApplicationSettingConfigurationDto; | 
|---|
|  |  |  | currentUser?: CurrentUserDto; | 
|---|
|  |  |  | features?: ApplicationFeatureConfigurationDto; | 
|---|
|  |  |  | multiTenancy?: MultiTenancyInfoDto; | 
|---|
|  |  |  | currentTenant?: CurrentTenantDto; | 
|---|
|  |  |  | timing?: TimingDto; | 
|---|
|  |  |  | clock?: ClockDto; | 
|---|
|  |  |  | objectExtensions?: ObjectExtensionsDto; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ApplicationFeatureConfigurationDto { | 
|---|
|  |  |  | values?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ApplicationLocalizationConfigurationDto { | 
|---|
|  |  |  | values?: Record<string, any>; | 
|---|
|  |  |  | languages?: LanguageInfo[]; | 
|---|
|  |  |  | currentCulture?: CurrentCultureDto; | 
|---|
|  |  |  | defaultResourceName?: string; | 
|---|
|  |  |  | languagesMap?: Record<string, any>; | 
|---|
|  |  |  | languageFilesMap?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ApplicationSettingConfigurationDto { | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | objectType?: number; | 
|---|
|  |  |  | objectId?: string; | 
|---|
|  |  |  | addOrDelete?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BaseAuthorizeInput { | 
|---|
|  |  |  | moduleTypeInfo?: ModuleTypeInfo[]; | 
|---|
|  |  |  | objectType?: number; | 
|---|
|  |  |  | objectId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangePasswordFromCurrentPwdInput { | 
|---|
|  |  |  | /** 新密码 */ | 
|---|
|  |  |  | newPassword?: string; | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | /** 当前密码 */ | 
|---|
|  |  |  | currentPassword: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangePasswordFromPhoneNumberInput { | 
|---|
|  |  |  | /** 新密码 */ | 
|---|
|  |  |  | newPassword?: string; | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | /** 短信验证码 */ | 
|---|
|  |  |  | verificationCode: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangePasswordInput { | 
|---|
|  |  |  | currentPassword?: string; | 
|---|
|  |  |  | newPassword: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangePhoneNumberInput { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | /** 新手机号 */ | 
|---|
|  |  |  | newPhoneNumber: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangeSortInput { | 
|---|
|  |  |  | id1?: string; | 
|---|
|  |  |  | sortCode1?: number; | 
|---|
|  |  |  | id2?: string; | 
|---|
|  |  |  | sortCode2?: number; | 
|---|
|  |  |  | type?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangeUserNameInput { | 
|---|
|  |  |  | /** 新账号 */ | 
|---|
|  |  |  | newUserName?: string; | 
|---|
|  |  |  | /** 用户id */ | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ChangeUserPhoneNumberForUserInput { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | /** 新手机号 */ | 
|---|
|  |  |  | newPhoneNumber: string; | 
|---|
|  |  |  | /** 当前密码 */ | 
|---|
|  |  |  | currentPassword: string; | 
|---|
|  |  |  | /** 短信验证码 */ | 
|---|
|  |  |  | verificationCode: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type ChargeTypeEnum = 1 | 2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CheckLoginVerificationCodeInput { | 
|---|
|  |  |  | messageType?: string; | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | verificationCode?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ClockDto { | 
|---|
|  |  |  | kind?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CollectFlexWorkerResumeInput { | 
|---|
|  |  |  | flexWorkerId?: string; | 
|---|
|  |  |  | userResumeId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ConditionInfo { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ControllerApiDescriptionModel { | 
|---|
|  |  |  | controllerName?: string; | 
|---|
|  |  |  | controllerGroupName?: string; | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | interfaces?: ControllerInterfaceApiDescriptionModel[]; | 
|---|
|  |  |  | actions?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | interface APIgetDictionaryDataSelectParams { | 
|---|
|  |  |  | /** 类别Id(Id/编号二选一) */ | 
|---|
|  |  |  | categoryId?: string; | 
|---|
|  |  |  | /** 类别编号(Id/编号二选一) */ | 
|---|
|  |  |  | categoryCode?: string; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | searchType: number; | 
|---|
|  |  |  | belongType?: number; | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | sort: number; | 
|---|
|  |  |  | status: boolean; | 
|---|
|  |  |  | src?: string; | 
|---|
|  |  |  | isRecommend?: boolean; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 查询所有 */ | 
|---|
|  |  |  | all?: boolean; | 
|---|
|  |  |  | /** 最大深度 */ | 
|---|
|  |  |  | maxDeep?: number; | 
|---|
|  |  |  | /** 携带下级 */ | 
|---|
|  |  |  | withChildren?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CurrentCultureDto { | 
|---|
|  |  |  | displayName?: string; | 
|---|
|  |  |  | englishName?: string; | 
|---|
|  |  |  | threeLetterIsoLanguageName?: string; | 
|---|
|  |  |  | twoLetterIsoLanguageName?: string; | 
|---|
|  |  |  | isRightToLeft?: boolean; | 
|---|
|  |  |  | cultureName?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | nativeName?: string; | 
|---|
|  |  |  | dateTimeFormat?: DateTimeFormatDto; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CurrentTenantDto { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | isAvailable?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CurrentUserDto { | 
|---|
|  |  |  | isAuthenticated?: boolean; | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | tenantId?: string; | 
|---|
|  |  |  | impersonatorUserId?: string; | 
|---|
|  |  |  | impersonatorTenantId?: string; | 
|---|
|  |  |  | impersonatorUserName?: string; | 
|---|
|  |  |  | impersonatorTenantName?: string; | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | surName?: string; | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | emailVerified?: boolean; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | phoneNumberVerified?: boolean; | 
|---|
|  |  |  | roles?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface DateTimeFormatDto { | 
|---|
|  |  |  | calendarAlgorithmType?: string; | 
|---|
|  |  |  | dateTimeFormatLong?: string; | 
|---|
|  |  |  | shortDatePattern?: string; | 
|---|
|  |  |  | fullDateTimePattern?: string; | 
|---|
|  |  |  | dateSeparator?: string; | 
|---|
|  |  |  | shortTimePattern?: string; | 
|---|
|  |  |  | longTimePattern?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnableSearchSettingInput { | 
|---|
|  |  |  | id: string; | 
|---|
|  |  |  | status: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnterpriseSignSettingDto { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | signChannel?: SignChannelEnum; | 
|---|
|  |  |  | chargeType?: ChargeTypeEnum; | 
|---|
|  |  |  | /** 实名费用 */ | 
|---|
|  |  |  | realVerifyCost?: number; | 
|---|
|  |  |  | /** 签约费用 */ | 
|---|
|  |  |  | signCost?: number; | 
|---|
|  |  |  | /** 一口价 */ | 
|---|
|  |  |  | mergeSignCost?: number; | 
|---|
|  |  |  | interface APIgetEnabledElectronSignSettingsParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | flexEnterpirseId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EntityExtensionDto { | 
|---|
|  |  |  | properties?: Record<string, any>; | 
|---|
|  |  |  | configuration?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionEnumDto { | 
|---|
|  |  |  | fields?: ExtensionEnumFieldDto[]; | 
|---|
|  |  |  | localizationResource?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionEnumFieldDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | value?: any; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyApiCreateDto { | 
|---|
|  |  |  | isAvailable?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyApiDto { | 
|---|
|  |  |  | onGet?: ExtensionPropertyApiGetDto; | 
|---|
|  |  |  | onCreate?: ExtensionPropertyApiCreateDto; | 
|---|
|  |  |  | onUpdate?: ExtensionPropertyApiUpdateDto; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyApiGetDto { | 
|---|
|  |  |  | isAvailable?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyApiUpdateDto { | 
|---|
|  |  |  | isAvailable?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyAttributeDto { | 
|---|
|  |  |  | typeSimple?: string; | 
|---|
|  |  |  | config?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyDto { | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | typeSimple?: string; | 
|---|
|  |  |  | displayName?: LocalizableStringDto; | 
|---|
|  |  |  | api?: ExtensionPropertyApiDto; | 
|---|
|  |  |  | ui?: ExtensionPropertyUiDto; | 
|---|
|  |  |  | attributes?: ExtensionPropertyAttributeDto[]; | 
|---|
|  |  |  | configuration?: Record<string, any>; | 
|---|
|  |  |  | defaultValue?: any; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyUiDto { | 
|---|
|  |  |  | onTable?: ExtensionPropertyUiTableDto; | 
|---|
|  |  |  | onCreateForm?: ExtensionPropertyUiFormDto; | 
|---|
|  |  |  | onEditForm?: ExtensionPropertyUiFormDto; | 
|---|
|  |  |  | lookup?: ExtensionPropertyUiLookupDto; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyUiFormDto { | 
|---|
|  |  |  | isVisible?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyUiLookupDto { | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | resultListPropertyName?: string; | 
|---|
|  |  |  | displayPropertyName?: string; | 
|---|
|  |  |  | valuePropertyName?: string; | 
|---|
|  |  |  | filterParamName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExtensionPropertyUiTableDto { | 
|---|
|  |  |  | isVisible?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FeatureDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | displayName?: string; | 
|---|
|  |  |  | value?: string; | 
|---|
|  |  |  | provider?: FeatureProviderDto; | 
|---|
|  |  |  | description?: string; | 
|---|
|  |  |  | valueType?: IStringValueType; | 
|---|
|  |  |  | depth?: number; | 
|---|
|  |  |  | parentName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FeatureGroupDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | displayName?: string; | 
|---|
|  |  |  | features?: FeatureDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FeatureProviderDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | imageUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 = 1 | 10 | 20 | 30 | 40; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type FlexWorkerEleSignEnum = 10 | 20 | 30; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GenderTypeEnum = 1 | 2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GenerateUserNameInput { | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | 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 APIgetEnterpriseContractTemplateSelectParams { | 
|---|
|  |  |  | /** 查询企业合同模板选择器数据 */ | 
|---|
|  |  |  | request?: GetEnterpriseContractTemplateSelectQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetFeatureListResultDto { | 
|---|
|  |  |  | groups?: FeatureGroupDto[]; | 
|---|
|  |  |  | interface APIgetEnterpriseElectronSignSettingParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | 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 GetFlexTaskForBackInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | taskName?: string; | 
|---|
|  |  |  | /** 发布开始日期 */ | 
|---|
|  |  |  | startBeginDate?: string; | 
|---|
|  |  |  | /** 发布结束日期 */ | 
|---|
|  |  |  | startEndDate?: string; | 
|---|
|  |  |  | releaseStatus?: FlexTaskReleaseStatusEnum; | 
|---|
|  |  |  | /** 是否推荐 */ | 
|---|
|  |  |  | isRecommend?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetFlexTaskListByStatusInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | releaseStatus?: FlexTaskReleaseStatusEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetFlexTaskListInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | /** 是否已安排任务 */ | 
|---|
|  |  |  | isArrange?: boolean; | 
|---|
|  |  |  | /** 是否已验收 */ | 
|---|
|  |  |  | isOverCheck?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetFlexTaskListOutput { | 
|---|
|  |  |  | taskId?: string; | 
|---|
|  |  |  | taskName?: string; | 
|---|
|  |  |  | isArrange?: boolean; | 
|---|
|  |  |  | isOverCheck?: boolean; | 
|---|
|  |  |  | releaseStatus?: FlexTaskReleaseStatusEnum; | 
|---|
|  |  |  | startDate?: string; | 
|---|
|  |  |  | endDate?: string; | 
|---|
|  |  |  | feeType?: FlexTaskFeeTypeEnum; | 
|---|
|  |  |  | feeTypeName?: string; | 
|---|
|  |  |  | settleType?: FlexTaskSettleTypeEnum; | 
|---|
|  |  |  | settleTypeName?: string; | 
|---|
|  |  |  | fee?: number; | 
|---|
|  |  |  | provinceName?: string; | 
|---|
|  |  |  | cityName?: string; | 
|---|
|  |  |  | areaName?: string; | 
|---|
|  |  |  | address?: string; | 
|---|
|  |  |  | applyWorkerCount?: number; | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | interface APIgetEnterpriseEmployeeParams { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | flexWorkerId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetFlexTaskWorkerCheckListInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | flexTaskId?: string; | 
|---|
|  |  |  | checkAcceptStatus?: FlexTaskCheckAcceptStatusEnum; | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetFlexTaskWorkerListInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | flexTaskId?: string; | 
|---|
|  |  |  | interface APIgetEnterpriseLoginInfoParams { | 
|---|
|  |  |  | /** 查询企业用户登录信息 */ | 
|---|
|  |  |  | request?: GetEnterpriseLoginInfoQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | entityDisplayName?: string; | 
|---|
|  |  |  | groups?: PermissionGroupDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSearchSettingList { | 
|---|
|  |  |  | interface APIgetEnterpriseParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | parentName?: string; | 
|---|
|  |  |  | belongType?: number; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | status?: boolean; | 
|---|
|  |  |  | clickCount?: number; | 
|---|
|  |  |  | src?: string; | 
|---|
|  |  |  | isRecommend?: boolean; | 
|---|
|  |  |  | searchType?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSearchSettingListInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | searchType: number; | 
|---|
|  |  |  | belongType?: number; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | isRecommend?: boolean; | 
|---|
|  |  |  | status?: boolean; | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSearchSettingListOutput { | 
|---|
|  |  |  | interface APIgetEnterpriseSmsSettingParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | searchType?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseWalletExpandindirectOrderParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseWalletParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 通道 */ | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseWalletTransactionParams { | 
|---|
|  |  |  | /** 交易Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetFileUrlParams { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSearchSettingListPageOutput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | objectData?: any; | 
|---|
|  |  |  | data?: GetSearchSettingList[]; | 
|---|
|  |  |  | interface APIgetMenuParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | roleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskWorkerCheckContentOutput { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | flexTaskId?: string; | 
|---|
|  |  |  | interface APIgetMenusParams { | 
|---|
|  |  |  | /** 用户类型 */ | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | /** 客户端类型 */ | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | roleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPersonalLoginInfoParams { | 
|---|
|  |  |  | /** 查询个人用户登录信息 */ | 
|---|
|  |  |  | request?: GetPersonalLoginInfoQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPersonalUserBankCardParams { | 
|---|
|  |  |  | /** 查询个人用户银行卡信息 */ | 
|---|
|  |  |  | request?: GetPersonalUserBankCardQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPersonalUserElectronSignParams { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | flexWorkerId?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | contactPhone?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isRealName?: boolean; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatarUrl?: string; | 
|---|
|  |  |  | /** 提交验收时间 */ | 
|---|
|  |  |  | appleCheckTime?: string; | 
|---|
|  |  |  | /** 验收图片路径 */ | 
|---|
|  |  |  | checkImageUrl?: string; | 
|---|
|  |  |  | checkImageLists?: string[]; | 
|---|
|  |  |  | checkAcceptStatus?: FlexTaskCheckAcceptStatusEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTypeSearchSettingList { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | src?: string; | 
|---|
|  |  |  | /** 合同模板业务编码 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTypeSearchSettingListInput { | 
|---|
|  |  |  | searchType: number; | 
|---|
|  |  |  | belongType?: number; | 
|---|
|  |  |  | interface APIgetPersonalUserRealResultParams { | 
|---|
|  |  |  | /** 查询个人实名结果 */ | 
|---|
|  |  |  | request?: GetPersonalUserRealResultQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserClientForBackInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | /** 姓名/手机/身份证号/客户 */ | 
|---|
|  |  |  | searchKeys?: string; | 
|---|
|  |  |  | /** 最近录用时间--开始 */ | 
|---|
|  |  |  | nearlyHireDateTimeBegin?: string; | 
|---|
|  |  |  | /** 最近录用时间--结束 */ | 
|---|
|  |  |  | nearlyHireDateTimeEnd?: string; | 
|---|
|  |  |  | /** 最近签约时间--开始 */ | 
|---|
|  |  |  | nearlySignDateTimeBegin?: string; | 
|---|
|  |  |  | /** 最近签约时间--结束 */ | 
|---|
|  |  |  | nearlySignDateTimeEnd?: string; | 
|---|
|  |  |  | /** 实名状态 */ | 
|---|
|  |  |  | realVerifyStatus?: boolean; | 
|---|
|  |  |  | interface APIgetPersonalUserTransactionParams { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserClientForBackOutput { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | userResumeId?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | idNumber?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhone?: string; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | genderType?: GenderTypeEnum; | 
|---|
|  |  |  | /** 常驻省份Code */ | 
|---|
|  |  |  | residentProvinceCode?: number; | 
|---|
|  |  |  | /** 常驻城市code */ | 
|---|
|  |  |  | residentCityCode?: number; | 
|---|
|  |  |  | /** 常驻省份名称 */ | 
|---|
|  |  |  | residentProvinceName?: string; | 
|---|
|  |  |  | /** 常驻城市名称 */ | 
|---|
|  |  |  | residentCityName?: string; | 
|---|
|  |  |  | /** 实名状态 */ | 
|---|
|  |  |  | realVerifyStatus?: boolean; | 
|---|
|  |  |  | /** 实名时间 */ | 
|---|
|  |  |  | realVerifyTime?: string; | 
|---|
|  |  |  | nearlyWorkRecord?: NearlyFlexWorkerRecord; | 
|---|
|  |  |  | interface APIgetResourceFieldsParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserClientForBackOutputPageOutput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | objectData?: any; | 
|---|
|  |  |  | data?: GetUserClientForBackOutput[]; | 
|---|
|  |  |  | interface APIgetResourcesParams { | 
|---|
|  |  |  | /** 请求方式 */ | 
|---|
|  |  |  | method?: EnumResourceMethod; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | roleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserClientSignListInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | interface APIgetRoleParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetRoleUserInfosParams { | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | roleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetSettlementTaskParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetSettlementTaskUsersParams { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 结算单地址 */ | 
|---|
|  |  |  | settlementOrderUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetTaskEnterpriseParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetTaskInfoParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetTaskSelectParams { | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetTaskUserHireStatusParams { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 用户Id(C端用户可不填) */ | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserDetailForBackOutput { | 
|---|
|  |  |  | interface APIgetTraceIdLogParams { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserInfoRolesParams { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | userInfoId?: string; | 
|---|
|  |  |  | /** 客户端类型 */ | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserResumeCredentialParams { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserResumeCredentialsParams { | 
|---|
|  |  |  | /** 查询用户简历-资格证书列表 */ | 
|---|
|  |  |  | request?: GetUserResumeCredentialsQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserResumeDetailParams { | 
|---|
|  |  |  | /** 查询用户简历-详细信息 */ | 
|---|
|  |  |  | request?: GetUserResumeDetailQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserResumeJobSeekingParams { | 
|---|
|  |  |  | /** 查询用户简历-求职意向 */ | 
|---|
|  |  |  | request?: GetUserResumeJobSeekingQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetUserResumeParams { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | userResumeId?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | idNumber?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhone?: string; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 身份证正面 */ | 
|---|
|  |  |  | certificateFrontImgUrl?: string; | 
|---|
|  |  |  | /** 身份证反面 */ | 
|---|
|  |  |  | certificateBackImgUrl?: string; | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | enterpriseEmployeeId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetWorkerListForBackOutput { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号码 */ | 
|---|
|  |  |  | idNumber?: string; | 
|---|
|  |  |  | /** 电话号码 */ | 
|---|
|  |  |  | contactPhone?: string; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | genderType?: GenderTypeEnum; | 
|---|
|  |  |  | eduLevelName?: string; | 
|---|
|  |  |  | hireStatus?: FlexTaskWorkerHireEnum; | 
|---|
|  |  |  | interface APIgetUserResumePersonalParams { | 
|---|
|  |  |  | /** 查询用户简历-个人信息 */ | 
|---|
|  |  |  | request?: GetUserResumePersonalQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetWorkerListForBackOutputPageOutput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | objectData?: any; | 
|---|
|  |  |  | data?: GetWorkerListForBackOutput[]; | 
|---|
|  |  |  | interface APIgetUserResumeWorkExperienceParams { | 
|---|
|  |  |  | /** 查询用户简历-工作经验 */ | 
|---|
|  |  |  | request?: GetUserResumeWorkExperienceQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IanaTimeZone { | 
|---|
|  |  |  | timeZoneName?: string; | 
|---|
|  |  |  | interface ApplyTaskCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityModelTokenCacheItem { | 
|---|
|  |  |  | accessToken?: string; | 
|---|
|  |  |  | expiresIn?: number; | 
|---|
|  |  |  | creationTime?: string; | 
|---|
|  |  |  | refreshToken?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityRoleCreateDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | isDefault?: boolean; | 
|---|
|  |  |  | isPublic?: boolean; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | note?: string; | 
|---|
|  |  |  | roleType?: number; | 
|---|
|  |  |  | isLeader?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityRoleDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | isDefault?: boolean; | 
|---|
|  |  |  | isStatic?: boolean; | 
|---|
|  |  |  | isPublic?: boolean; | 
|---|
|  |  |  | concurrencyStamp?: string; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | isEnable?: boolean; | 
|---|
|  |  |  | note?: string; | 
|---|
|  |  |  | roleType?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityRoleDtoListResultDto { | 
|---|
|  |  |  | items?: IdentityRoleDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityRoleDtoPagedResultDto { | 
|---|
|  |  |  | items?: IdentityRoleDto[]; | 
|---|
|  |  |  | totalCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityRoleListInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | type?: number; | 
|---|
|  |  |  | roleIds?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityRoleUpdateDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | isDefault?: boolean; | 
|---|
|  |  |  | isPublic?: boolean; | 
|---|
|  |  |  | concurrencyStamp?: string; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | isEnable?: boolean; | 
|---|
|  |  |  | roleType?: number; | 
|---|
|  |  |  | isLeader?: boolean; | 
|---|
|  |  |  | note?: string; | 
|---|
|  |  |  | isSetEnable?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityUserCreateDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | userName: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | surname?: string; | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | lockoutEnabled?: boolean; | 
|---|
|  |  |  | sex?: number; | 
|---|
|  |  |  | roleNames?: string[]; | 
|---|
|  |  |  | password?: string; | 
|---|
|  |  |  | versionId?: string; | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityUserDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | creationTime?: string; | 
|---|
|  |  |  | creatorId?: string; | 
|---|
|  |  |  | lastModificationTime?: string; | 
|---|
|  |  |  | lastModifierId?: string; | 
|---|
|  |  |  | isDeleted?: boolean; | 
|---|
|  |  |  | deleterId?: string; | 
|---|
|  |  |  | deletionTime?: string; | 
|---|
|  |  |  | tenantId?: string; | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | surname?: string; | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | sex?: number; | 
|---|
|  |  |  | emailConfirmed?: boolean; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | phoneNumberConfirmed?: boolean; | 
|---|
|  |  |  | lockoutEnabled?: boolean; | 
|---|
|  |  |  | lockoutEnd?: string; | 
|---|
|  |  |  | concurrencyStamp?: string; | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | roles?: IdentityRoleDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityUserDtoPagedResultDto { | 
|---|
|  |  |  | items?: IdentityUserDto[]; | 
|---|
|  |  |  | totalCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityUserDtoPageOutput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | objectData?: any; | 
|---|
|  |  |  | data?: IdentityUserDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityUserUpdateDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | userName: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | surname?: string; | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | lockoutEnabled?: boolean; | 
|---|
|  |  |  | sex?: number; | 
|---|
|  |  |  | roleNames?: string[]; | 
|---|
|  |  |  | password?: string; | 
|---|
|  |  |  | concurrencyStamp?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdentityUserUpdateRolesDto { | 
|---|
|  |  |  | roleNames: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IdNameOutput { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IStringValueType { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | properties?: Record<string, any>; | 
|---|
|  |  |  | validator?: IValueValidator; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface IValueValidator { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | properties?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface KeyInput { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface KeyPageInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface LanguageInfo { | 
|---|
|  |  |  | cultureName?: string; | 
|---|
|  |  |  | uiCultureName?: string; | 
|---|
|  |  |  | displayName?: string; | 
|---|
|  |  |  | flagIcon?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface LicenseOcrModel { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | cardNum?: string; | 
|---|
|  |  |  | address?: string; | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | dateFrom?: string; | 
|---|
|  |  |  | dateTo?: string; | 
|---|
|  |  |  | societyCode?: string; | 
|---|
|  |  |  | registerMoney?: string; | 
|---|
|  |  |  | businessRange?: string; | 
|---|
|  |  |  | interface BaiduOcrBusinessLicenseResultModel { | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 统一社会信用代码 */ | 
|---|
|  |  |  | societyCreditCode?: string; | 
|---|
|  |  |  | /** 法人姓名 */ | 
|---|
|  |  |  | legalPerson?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface LocalizableStringDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | resource?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type MessageChannelEnum = 10 | 20; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface MethodParameterApiDescriptionModel { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | typeAsString?: string; | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | typeSimple?: string; | 
|---|
|  |  |  | isOptional?: boolean; | 
|---|
|  |  |  | defaultValue?: any; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ModuleApiDescriptionModel { | 
|---|
|  |  |  | rootPath?: string; | 
|---|
|  |  |  | remoteServiceName?: string; | 
|---|
|  |  |  | controllers?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ModuleButtonDto { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | moduleId?: string; | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | enCode?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | actionAddress?: string; | 
|---|
|  |  |  | sortCode?: number; | 
|---|
|  |  |  | buttonType?: number; | 
|---|
|  |  |  | hasCheck?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ModuleColumnDto { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | moduleId?: string; | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | enCode?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | sortCode?: number; | 
|---|
|  |  |  | description?: string; | 
|---|
|  |  |  | width?: number; | 
|---|
|  |  |  | hasCheck?: boolean; | 
|---|
|  |  |  | apiName?: string; | 
|---|
|  |  |  | isShow?: boolean; | 
|---|
|  |  |  | realColumn?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ModuleDto { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | description?: string; | 
|---|
|  |  |  | sortCode?: number; | 
|---|
|  |  |  | enabledMark?: number; | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | isCache?: boolean; | 
|---|
|  |  |  | path?: string; | 
|---|
|  |  |  | viewAddress?: string; | 
|---|
|  |  |  | levelNum?: number; | 
|---|
|  |  |  | enCode?: string; | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | hasCheck?: boolean; | 
|---|
|  |  |  | isMenu?: number; | 
|---|
|  |  |  | parentModuleName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ModuleExtensionDto { | 
|---|
|  |  |  | entities?: Record<string, any>; | 
|---|
|  |  |  | configuration?: Record<string, any>; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ModuleTypeInfo { | 
|---|
|  |  |  | moduleType?: number; | 
|---|
|  |  |  | moduleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface MultiTenancyInfoDto { | 
|---|
|  |  |  | isEnabled?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface MyModuleDto { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | description?: string; | 
|---|
|  |  |  | sortCode?: number; | 
|---|
|  |  |  | enabledMark?: number; | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | isCache?: boolean; | 
|---|
|  |  |  | path?: string; | 
|---|
|  |  |  | viewAddress?: string; | 
|---|
|  |  |  | levelNum?: number; | 
|---|
|  |  |  | enCode?: string; | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | hasCheck?: boolean; | 
|---|
|  |  |  | isMenu?: number; | 
|---|
|  |  |  | parentModuleName?: string; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | /** 企业类型 */ | 
|---|
|  |  |  | enterpriseType?: string; | 
|---|
|  |  |  | /** 注册资本 */ | 
|---|
|  |  |  | registeredCapital?: string; | 
|---|
|  |  |  | /** 成立日期 */ | 
|---|
|  |  |  | establishmentDate?: string; | 
|---|
|  |  |  | /** 企业地址 */ | 
|---|
|  |  |  | address?: string; | 
|---|
|  |  |  | companyDesc?: string; | 
|---|
|  |  |  | /** 经营范围 */ | 
|---|
|  |  |  | mainBusiness?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface NameValue { | 
|---|
|  |  |  | interface BaiduOcrIdentityBackResultModel { | 
|---|
|  |  |  | /** 失效日期 */ | 
|---|
|  |  |  | expiryDate?: string; | 
|---|
|  |  |  | /** 签发机关 */ | 
|---|
|  |  |  | issueAuthority?: string; | 
|---|
|  |  |  | /** 签发日期 */ | 
|---|
|  |  |  | issueDate?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface BaiduOcrIdentityFrontResultModel { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | value?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 生日 */ | 
|---|
|  |  |  | birthday?: string; | 
|---|
|  |  |  | /** 民族 */ | 
|---|
|  |  |  | nation?: string; | 
|---|
|  |  |  | /** 住址 */ | 
|---|
|  |  |  | address?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface NearlyFlexWorkerRecord { | 
|---|
|  |  |  | taskId?: string; | 
|---|
|  |  |  | /** 最近录用时间 */ | 
|---|
|  |  |  | nearlyHireDateTime?: string; | 
|---|
|  |  |  | /** 最近签约时间 */ | 
|---|
|  |  |  | nearlySignDateTime?: string; | 
|---|
|  |  |  | /** 所属商户 */ | 
|---|
|  |  |  | enterpirseName?: string; | 
|---|
|  |  |  | interface BindWxmpUserInfoCommand { | 
|---|
|  |  |  | /** 访问令牌 */ | 
|---|
|  |  |  | accessToken: string; | 
|---|
|  |  |  | /** 包括敏感数据在内的完整用户信息的加密数据 */ | 
|---|
|  |  |  | encryptedData: string; | 
|---|
|  |  |  | /** 加密算法的初始向量 */ | 
|---|
|  |  |  | iv: string; | 
|---|
|  |  |  | /** 获取会话密钥 */ | 
|---|
|  |  |  | sessionKey: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ObjectExtensionsDto { | 
|---|
|  |  |  | modules?: Record<string, any>; | 
|---|
|  |  |  | enums?: Record<string, any>; | 
|---|
|  |  |  | interface ChangePhoneNumberCommand { | 
|---|
|  |  |  | /** 手机号码 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | /** 验证码 */ | 
|---|
|  |  |  | verifyCode: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface OrderInput { | 
|---|
|  |  |  | property?: string; | 
|---|
|  |  |  | order?: OrderTypeEnum; | 
|---|
|  |  |  | interface CheckContractTemplateCommand { | 
|---|
|  |  |  | /** 合同模板Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type OrderTypeEnum = 0 | 1; | 
|---|
|  |  |  | interface CheckElectronSignAccessEnabledsCommand { | 
|---|
|  |  |  | /** 通道 */ | 
|---|
|  |  |  | accesses?: EnumElectronSignAccess[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface OssSTSReponse { | 
|---|
|  |  |  | type CheckHealthQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CheckReceiveTaskCommand { | 
|---|
|  |  |  | /** 提交Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type ClearTaskCollectCommand = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CloseEnterpriseWalletCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CollectTaskCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 是否收藏 */ | 
|---|
|  |  |  | isCollect?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CollectUserResumeCommand { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否已收藏 */ | 
|---|
|  |  |  | isCollected?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ContactUserResumeCommand { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface DeleteDictionaryCategoryCommand { | 
|---|
|  |  |  | ids: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface DeleteMenuCommand { | 
|---|
|  |  |  | ids: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface DeleteRoleCommand { | 
|---|
|  |  |  | ids: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface DeleteTaskInfoCommand { | 
|---|
|  |  |  | ids: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface DeleteUserResumeCredentialCommand { | 
|---|
|  |  |  | ids: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EditEnterpriseEmployeeCommand { | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 身份证人像面 */ | 
|---|
|  |  |  | identityImg?: string; | 
|---|
|  |  |  | /** 身份证国徽面 */ | 
|---|
|  |  |  | identityBackImg?: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ElectronSignCallbackCommand { | 
|---|
|  |  |  | /** 客户Id */ | 
|---|
|  |  |  | customerId?: string; | 
|---|
|  |  |  | /** 方法名称 */ | 
|---|
|  |  |  | action?: string; | 
|---|
|  |  |  | /** 是否成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 回调码 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 回调消息 */ | 
|---|
|  |  |  | message?: string; | 
|---|
|  |  |  | /** 关联Id */ | 
|---|
|  |  |  | relationId?: string; | 
|---|
|  |  |  | /** 回传数据 */ | 
|---|
|  |  |  | data?: any; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnterpriseUserElectronSignCommand { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnterpriseUserElectronSignCommandResult { | 
|---|
|  |  |  | /** 签署合同短链接 */ | 
|---|
|  |  |  | signContractShortUrl?: string; | 
|---|
|  |  |  | /** 签署合同长链接 */ | 
|---|
|  |  |  | signContractLongUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnterpriseWalletExpandindirectCreateCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 支付宝登录账号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 支付宝姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | scene?: EnumEnterpriseWalletExpandindirectOrderScene; | 
|---|
|  |  |  | /** 转账场景说明 */ | 
|---|
|  |  |  | sceneDirections?: string; | 
|---|
|  |  |  | sitesInfo?: EnterpriseWalletExpandindirectCreateCommandSites; | 
|---|
|  |  |  | /** 附件 */ | 
|---|
|  |  |  | files?: EnterpriseWalletExpandindirectCreateCommandFile[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnterpriseWalletExpandindirectCreateCommandFile { | 
|---|
|  |  |  | type?: EnumEnterpriseWalletExpandindirectOrderFileType; | 
|---|
|  |  |  | /** 附件 */ | 
|---|
|  |  |  | file?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnterpriseWalletExpandindirectCreateCommandSites { | 
|---|
|  |  |  | /** 网站 */ | 
|---|
|  |  |  | website?: string; | 
|---|
|  |  |  | /** APP */ | 
|---|
|  |  |  | app?: string; | 
|---|
|  |  |  | /** 公众号 */ | 
|---|
|  |  |  | gongzh?: string; | 
|---|
|  |  |  | /** 支付宝小程序 */ | 
|---|
|  |  |  | xchengxU_ZHI?: string; | 
|---|
|  |  |  | /** 其他 */ | 
|---|
|  |  |  | qita?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface EnterpriseWalletExpandindirectOrderCancelCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumBillingMethod { | 
|---|
|  |  |  | /**按月 */ | 
|---|
|  |  |  | Month = 10, | 
|---|
|  |  |  | /**按天 */ | 
|---|
|  |  |  | Day = 20, | 
|---|
|  |  |  | /**按时 */ | 
|---|
|  |  |  | Hour = 30, | 
|---|
|  |  |  | /**计件 */ | 
|---|
|  |  |  | Piece = 40, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumClientType { | 
|---|
|  |  |  | /**电脑网页 */ | 
|---|
|  |  |  | PcWeb = 10, | 
|---|
|  |  |  | /**微信小程序 */ | 
|---|
|  |  |  | Wxmp = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumCodeUrlScene { | 
|---|
|  |  |  | /**邀请签约 */ | 
|---|
|  |  |  | InviteElectronSign = 1, | 
|---|
|  |  |  | /**签约地址 */ | 
|---|
|  |  |  | ElectronSignUrl = 10, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumContractTemplateStatus { | 
|---|
|  |  |  | /**待制版 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**已完成 */ | 
|---|
|  |  |  | Completed = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumContractTemplateValueRecorder { | 
|---|
|  |  |  | /**发件人 */ | 
|---|
|  |  |  | Creator = 10, | 
|---|
|  |  |  | /**签署人 */ | 
|---|
|  |  |  | Signer = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumContractTemplateValueType { | 
|---|
|  |  |  | /**文本 */ | 
|---|
|  |  |  | Text = 10, | 
|---|
|  |  |  | /**签署 */ | 
|---|
|  |  |  | Sign = 20, | 
|---|
|  |  |  | /**日期 */ | 
|---|
|  |  |  | Date = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumDataSource { | 
|---|
|  |  |  | /**818 */ | 
|---|
|  |  |  | HumanResources = 10, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumDbAuditOperate { | 
|---|
|  |  |  | /**添加 */ | 
|---|
|  |  |  | Added = 10, | 
|---|
|  |  |  | /**修改 */ | 
|---|
|  |  |  | Modified = 20, | 
|---|
|  |  |  | /**删除 */ | 
|---|
|  |  |  | Deleted = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumElectronSignAccess { | 
|---|
|  |  |  | /**上上签 */ | 
|---|
|  |  |  | BestSign = 10, | 
|---|
|  |  |  | /**支付宝信任签 */ | 
|---|
|  |  |  | AlipaySign = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseCostStatus { | 
|---|
|  |  |  | /**扣费成功 */ | 
|---|
|  |  |  | Success = 10, | 
|---|
|  |  |  | /**扣费失败 */ | 
|---|
|  |  |  | Fail = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseCostType { | 
|---|
|  |  |  | /**短信 */ | 
|---|
|  |  |  | SMS = 10, | 
|---|
|  |  |  | /**电子签 */ | 
|---|
|  |  |  | ElectronSign = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseRealMethod { | 
|---|
|  |  |  | /**企业三要素 */ | 
|---|
|  |  |  | Identity3 = 10, | 
|---|
|  |  |  | /**企业四要素 */ | 
|---|
|  |  |  | Identity4 = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletAccess { | 
|---|
|  |  |  | /**支付宝 */ | 
|---|
|  |  |  | Alipay = 10, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletExpandindirectOrderFileType { | 
|---|
|  |  |  | /**转账场景截图 */ | 
|---|
|  |  |  | Scene = 10, | 
|---|
|  |  |  | /**商户行业资质图片或协议文本 */ | 
|---|
|  |  |  | SceneQualification = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletExpandindirectOrderScene { | 
|---|
|  |  |  | /**现金营销 */ | 
|---|
|  |  |  | XIANJIN_YINGXIAO = 10, | 
|---|
|  |  |  | /**行政补贴 */ | 
|---|
|  |  |  | XINGZHENG_BUTIE = 20, | 
|---|
|  |  |  | /**保险理赔 */ | 
|---|
|  |  |  | BAOXIAN_LIPEI = 30, | 
|---|
|  |  |  | /**佣金报酬 */ | 
|---|
|  |  |  | YONGJIN_BAOCHOU = 40, | 
|---|
|  |  |  | /**企业赔付 */ | 
|---|
|  |  |  | QIYE_PEIFU = 50, | 
|---|
|  |  |  | /**采购货款 */ | 
|---|
|  |  |  | CAIGOU_HUOKUAN = 60, | 
|---|
|  |  |  | /**二手回收 */ | 
|---|
|  |  |  | ERSHOU_HUISHOU = 70, | 
|---|
|  |  |  | /**公益补助 */ | 
|---|
|  |  |  | GONGYI_BUZHU = 80, | 
|---|
|  |  |  | /**其他场景 */ | 
|---|
|  |  |  | ZHUANZHANG_QITA = 90, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletExpandindirectOrderStatus { | 
|---|
|  |  |  | /**未进件 */ | 
|---|
|  |  |  | Wait = 1, | 
|---|
|  |  |  | /**审批中 */ | 
|---|
|  |  |  | PROCESSING = 10, | 
|---|
|  |  |  | /**已进件 */ | 
|---|
|  |  |  | VALID = 20, | 
|---|
|  |  |  | /**审批不通过 */ | 
|---|
|  |  |  | INVALID = 30, | 
|---|
|  |  |  | /**已废弃 */ | 
|---|
|  |  |  | DISUSE = 40, | 
|---|
|  |  |  | /**已撤销 */ | 
|---|
|  |  |  | REVOKED = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletSignStatus { | 
|---|
|  |  |  | /**未签约 */ | 
|---|
|  |  |  | Wait = 1, | 
|---|
|  |  |  | /**申请中 */ | 
|---|
|  |  |  | Apply = 10, | 
|---|
|  |  |  | /**已签约 */ | 
|---|
|  |  |  | Normal = 100, | 
|---|
|  |  |  | /**终止 */ | 
|---|
|  |  |  | Stop = 999, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumEnterpriseWalletTransactionType { | 
|---|
|  |  |  | /**充值 */ | 
|---|
|  |  |  | Recharge = 10, | 
|---|
|  |  |  | /**转账 */ | 
|---|
|  |  |  | Transfer = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumMenuType { | 
|---|
|  |  |  | /**菜单 */ | 
|---|
|  |  |  | Menu = 10, | 
|---|
|  |  |  | /**页面 */ | 
|---|
|  |  |  | Page = 20, | 
|---|
|  |  |  | /**模态框 */ | 
|---|
|  |  |  | Modal = 30, | 
|---|
|  |  |  | /**按钮 */ | 
|---|
|  |  |  | Button = 40, | 
|---|
|  |  |  | /**字段 */ | 
|---|
|  |  |  | Field = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumMenuVisitLevel { | 
|---|
|  |  |  | /**所有人 */ | 
|---|
|  |  |  | Everyone = 10, | 
|---|
|  |  |  | /**需要登录 */ | 
|---|
|  |  |  | NeedLogin = 20, | 
|---|
|  |  |  | /**需要权限 */ | 
|---|
|  |  |  | NeedPower = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumOcrAccess { | 
|---|
|  |  |  | /**百度 */ | 
|---|
|  |  |  | Baidu = 10, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumPagedListOrder { | 
|---|
|  |  |  | /**升序 */ | 
|---|
|  |  |  | Asc = 0, | 
|---|
|  |  |  | /**降序 */ | 
|---|
|  |  |  | Desc = 1, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumPayAccess { | 
|---|
|  |  |  | /**平安银行 */ | 
|---|
|  |  |  | PingAnBank = 10, | 
|---|
|  |  |  | /**支付宝 */ | 
|---|
|  |  |  | Alipay = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumPersonalFreeTime { | 
|---|
|  |  |  | /**不限 */ | 
|---|
|  |  |  | NoLimit = 10, | 
|---|
|  |  |  | /**寒暑假 */ | 
|---|
|  |  |  | WinterSummerVacations = 20, | 
|---|
|  |  |  | /**节假日 */ | 
|---|
|  |  |  | FestivalAndHoliday = 30, | 
|---|
|  |  |  | /**周六日 */ | 
|---|
|  |  |  | Weekend = 40, | 
|---|
|  |  |  | /**工作日 */ | 
|---|
|  |  |  | Weekday = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumPersonalJobSeekingStatus { | 
|---|
|  |  |  | /**积极找任务 */ | 
|---|
|  |  |  | Active = 10, | 
|---|
|  |  |  | /**随便看看 */ | 
|---|
|  |  |  | Whatever = 20, | 
|---|
|  |  |  | /**暂时不找任务 */ | 
|---|
|  |  |  | Not = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumPersonalRealMethod { | 
|---|
|  |  |  | /**个人手机号三要素 */ | 
|---|
|  |  |  | Identity3 = 10, | 
|---|
|  |  |  | /**银行卡多要素 */ | 
|---|
|  |  |  | Identity4 = 20, | 
|---|
|  |  |  | /**刷脸认证 */ | 
|---|
|  |  |  | Face = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumPersonalUserRealStatus { | 
|---|
|  |  |  | /**未实名 */ | 
|---|
|  |  |  | UnReal = 0, | 
|---|
|  |  |  | /**校验中 */ | 
|---|
|  |  |  | Checking = 10, | 
|---|
|  |  |  | /**实名失败 */ | 
|---|
|  |  |  | Fail = 99, | 
|---|
|  |  |  | /**已实名 */ | 
|---|
|  |  |  | Real = 100, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumRealAccess { | 
|---|
|  |  |  | /**上上签 */ | 
|---|
|  |  |  | BestSign = 10, | 
|---|
|  |  |  | /**支付宝信任签 */ | 
|---|
|  |  |  | AlipaySign = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumResourceController { | 
|---|
|  |  |  | /**数据字典 */ | 
|---|
|  |  |  | FlexJobServerDictionary = 0, | 
|---|
|  |  |  | /**任务 */ | 
|---|
|  |  |  | FlexJobServerTask = 1, | 
|---|
|  |  |  | /**任务人员 */ | 
|---|
|  |  |  | FlexJobServerTaskUser = 2, | 
|---|
|  |  |  | /**任务验收 */ | 
|---|
|  |  |  | FlexJobServerTaskCheckReceive = 3, | 
|---|
|  |  |  | /**编号地址 */ | 
|---|
|  |  |  | CommonServerCodeUrls = 4, | 
|---|
|  |  |  | /**文件 */ | 
|---|
|  |  |  | CommonServerFileUtils = 5, | 
|---|
|  |  |  | /**文字识别 */ | 
|---|
|  |  |  | CommonServerOcrUtils = 6, | 
|---|
|  |  |  | /**日志记录 */ | 
|---|
|  |  |  | CommonServerLogRecords = 7, | 
|---|
|  |  |  | /**同步数据库 */ | 
|---|
|  |  |  | CommonServerSyncDatabase = 8, | 
|---|
|  |  |  | /**用户认证 */ | 
|---|
|  |  |  | UserServerAuth = 9, | 
|---|
|  |  |  | /**用户菜单 */ | 
|---|
|  |  |  | UserServerMenu = 10, | 
|---|
|  |  |  | /**用户资源 */ | 
|---|
|  |  |  | UserServerResource = 11, | 
|---|
|  |  |  | /**用户角色 */ | 
|---|
|  |  |  | UserServerRole = 12, | 
|---|
|  |  |  | /**用户信息 */ | 
|---|
|  |  |  | UserServerUser = 13, | 
|---|
|  |  |  | /**电子签 */ | 
|---|
|  |  |  | UserServerElectronSign = 14, | 
|---|
|  |  |  | /**用户简历 */ | 
|---|
|  |  |  | UserServerUserResume = 15, | 
|---|
|  |  |  | /**企业信息 */ | 
|---|
|  |  |  | UserServerEnterprise = 16, | 
|---|
|  |  |  | /**企业钱包 */ | 
|---|
|  |  |  | UserServerEnterpriseWallet = 17, | 
|---|
|  |  |  | /**灵工信息 */ | 
|---|
|  |  |  | UserServerEnterpriseEmployee = 18, | 
|---|
|  |  |  | /**电子签 */ | 
|---|
|  |  |  | ElectronSignServerElectronSign = 19, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumResourceMethod { | 
|---|
|  |  |  | /**无 */ | 
|---|
|  |  |  | None = 0, | 
|---|
|  |  |  | /**查询 */ | 
|---|
|  |  |  | Get = 10, | 
|---|
|  |  |  | /**提交 */ | 
|---|
|  |  |  | Post = 20, | 
|---|
|  |  |  | /**修改 */ | 
|---|
|  |  |  | Put = 30, | 
|---|
|  |  |  | /**删除 */ | 
|---|
|  |  |  | Delete = 40, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumRoleWebApiDataPower { | 
|---|
|  |  |  | /**自定义 */ | 
|---|
|  |  |  | Custom = 1, | 
|---|
|  |  |  | /**查询个人创建数据 */ | 
|---|
|  |  |  | Creator = 10, | 
|---|
|  |  |  | /**查询当前部门数据 */ | 
|---|
|  |  |  | CurrentDepartment = 20, | 
|---|
|  |  |  | /**查询当前及下级部门数据 */ | 
|---|
|  |  |  | NestingDepartment = 21, | 
|---|
|  |  |  | /**查询当前企业所有数据 */ | 
|---|
|  |  |  | CurrentEnterprise = 30, | 
|---|
|  |  |  | /**查询所有 */ | 
|---|
|  |  |  | All = 999, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumSettlementCycle { | 
|---|
|  |  |  | /**月结 */ | 
|---|
|  |  |  | Month = 10, | 
|---|
|  |  |  | /**周结 */ | 
|---|
|  |  |  | Week = 20, | 
|---|
|  |  |  | /**日结 */ | 
|---|
|  |  |  | Day = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumSmsAccess { | 
|---|
|  |  |  | /**阿里云短信 */ | 
|---|
|  |  |  | AliyunSms = 10, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskCheckReceiveStatus { | 
|---|
|  |  |  | /**待提交 */ | 
|---|
|  |  |  | WaitSubmit = 10, | 
|---|
|  |  |  | /**待验收 */ | 
|---|
|  |  |  | WaitCheckReceive = 20, | 
|---|
|  |  |  | /**已验收 */ | 
|---|
|  |  |  | Completed = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskRecommendStatus { | 
|---|
|  |  |  | /**未推荐 */ | 
|---|
|  |  |  | No = 10, | 
|---|
|  |  |  | /**已推荐 */ | 
|---|
|  |  |  | Yes = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskReleaseStatus { | 
|---|
|  |  |  | /**发布中 */ | 
|---|
|  |  |  | InProcess = 20, | 
|---|
|  |  |  | /**已停止 */ | 
|---|
|  |  |  | Stopped = 100, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskSettlementOrderStatus { | 
|---|
|  |  |  | /**待上传 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**已上传 */ | 
|---|
|  |  |  | Completed = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskSettlementStatus { | 
|---|
|  |  |  | /**待结算 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**结算中 */ | 
|---|
|  |  |  | InProcess = 20, | 
|---|
|  |  |  | /**已结算 */ | 
|---|
|  |  |  | Completed = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskStatus { | 
|---|
|  |  |  | /**待安排 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**已安排 */ | 
|---|
|  |  |  | Complete = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskUserArrangeStatus { | 
|---|
|  |  |  | /**未安排 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**已安排 */ | 
|---|
|  |  |  | Complete = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskUserHireStatus { | 
|---|
|  |  |  | /**待录用 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**已录用 */ | 
|---|
|  |  |  | Pass = 20, | 
|---|
|  |  |  | /**已谢绝 */ | 
|---|
|  |  |  | Refuse = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskUserSignContractStatus { | 
|---|
|  |  |  | /**待签约 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**已签约 */ | 
|---|
|  |  |  | Pass = 20, | 
|---|
|  |  |  | /**已拒签 */ | 
|---|
|  |  |  | Refuse = 30, | 
|---|
|  |  |  | /**已终止 */ | 
|---|
|  |  |  | Stop = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskUserSubmitCheckReceiveStatus { | 
|---|
|  |  |  | /**待提交 */ | 
|---|
|  |  |  | WaitSubmit = 10, | 
|---|
|  |  |  | /**待验收 */ | 
|---|
|  |  |  | WaitCheckReceive = 20, | 
|---|
|  |  |  | /**验收通过 */ | 
|---|
|  |  |  | Success = 30, | 
|---|
|  |  |  | /**验收未通过 */ | 
|---|
|  |  |  | Fail = 40, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumUserGender { | 
|---|
|  |  |  | /**男 */ | 
|---|
|  |  |  | Male = 10, | 
|---|
|  |  |  | /**女 */ | 
|---|
|  |  |  | Female = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumUserRealMethod { | 
|---|
|  |  |  | /**个人手机号三要素 */ | 
|---|
|  |  |  | Identity3 = 10, | 
|---|
|  |  |  | /**银行卡多要素 */ | 
|---|
|  |  |  | Identity4 = 20, | 
|---|
|  |  |  | /**刷脸认证 */ | 
|---|
|  |  |  | Face = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumUserStatus { | 
|---|
|  |  |  | /**正常 */ | 
|---|
|  |  |  | Normal = 10, | 
|---|
|  |  |  | /**禁用 */ | 
|---|
|  |  |  | Disabled = 100, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumUserType { | 
|---|
|  |  |  | /**个人 */ | 
|---|
|  |  |  | Personal = 10, | 
|---|
|  |  |  | /**企业 */ | 
|---|
|  |  |  | Enterprise = 20, | 
|---|
|  |  |  | /**运营 */ | 
|---|
|  |  |  | Operation = 100, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumUserWalletTransactionType { | 
|---|
|  |  |  | /**收入 */ | 
|---|
|  |  |  | Income = 10, | 
|---|
|  |  |  | /**提现 */ | 
|---|
|  |  |  | Withdraw = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumWalletTransactionStatus { | 
|---|
|  |  |  | /**待提交 */ | 
|---|
|  |  |  | WaitSubmit = 1, | 
|---|
|  |  |  | /**待支付 */ | 
|---|
|  |  |  | WaitPay = 10, | 
|---|
|  |  |  | /**处理中 */ | 
|---|
|  |  |  | Dealing = 20, | 
|---|
|  |  |  | /**成功 */ | 
|---|
|  |  |  | Success = 30, | 
|---|
|  |  |  | /**退票 */ | 
|---|
|  |  |  | Refund = 40, | 
|---|
|  |  |  | /**失败 */ | 
|---|
|  |  |  | Fail = 50, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ExportTaskCheckReceiveTaskUsersCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultBoolean { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: boolean; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultEnterpriseUserElectronSignCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: EnterpriseUserElectronSignCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetAliyunOSSAcsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetAliyunOSSAcsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetArrangeTaskUsersQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetArrangeTaskUsersQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetCheckReceiveTaskQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetCheckReceiveTaskQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetCheckReceiveTasksQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetCheckReceiveTasksQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetCheckReceiveTaskUserSubmitQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetCheckReceiveTaskUserSubmitQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetCheckReceiveTaskUserSubmitsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetCheckReceiveTaskUserSubmitsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetCodeUrlQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetCodeUrlQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetContractTemplateEnterprisesQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetContractTemplateEnterprisesQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetContractTemplateQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetContractTemplateQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetDbAuditLogsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetDbAuditLogsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseContractTemplateLogsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseContractTemplateLogsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseContractTemplatesQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseContractTemplatesQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseElectronSignSettingQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseElectronSignSettingQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseEmployeeQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseEmployeeQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseEmployeesQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseEmployeesQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseLoginInfoQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseLoginInfoQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseSmsSettingQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseSmsSettingQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseWalletExpandindirectOrderQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseWalletExpandindirectOrderQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseWalletQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseWalletQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetEnterpriseWalletTransactionQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetEnterpriseWalletTransactionQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetExceptionLogsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetExceptionLogsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetIdentityBackOcrCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetIdentityBackOcrCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetIdentityFrontOcrCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetIdentityFrontOcrCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetLicenseOcrCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetLicenseOcrCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetMenuQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetMenuQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalApplyTaskInfosQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalApplyTaskInfosQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalCancelTaskInfosQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalCancelTaskInfosQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalHireTaskInfosQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalHireTaskInfosQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalLoginInfoQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalLoginInfoQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserBankCardQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserBankCardQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserElectronSignQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserElectronSignQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserElectronSignsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserElectronSignsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserInfoSignContractsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserInfoSignContractsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserInfosQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserInfosQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserRealResultQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserRealResultQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserTransactionQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserTransactionQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetPersonalUserTransactionsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetPersonalUserTransactionsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetResourceLogsQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetResourceLogsQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetRoleQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetRoleQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetSettlementTaskQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetSettlementTaskQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetSettlementTasksQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetSettlementTasksQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetSettlementTaskUsersQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetSettlementTaskUsersQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetTaskEnterpriseQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetTaskEnterpriseQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetTaskInfoQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetTaskInfoQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetTaskInfosQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetTaskInfosQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetTaskUserHireStatusQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetTaskUserHireStatusQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetTaskUsersQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetTaskUsersQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetTraceIdLogQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetTraceIdLogQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetUserResumeCredentialQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetUserResumeCredentialQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetUserResumeDetailQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetUserResumeDetailQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetUserResumeJobSeekingQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetUserResumeJobSeekingQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetUserResumePersonalQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetUserResumePersonalQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetUserResumeQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetUserResumeQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetUserResumesQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetUserResumesQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGetUserResumeWorkExperienceQueryResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: GetUserResumeWorkExperienceQueryResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultGuid { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: string; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultImportEnterpriseEmployeesCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: ImportEnterpriseEmployeesCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultInt32 { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: number; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetAreaSelectQueryResultOption { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetAreaSelectQueryResultOption[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetEnabledElectronSignSettingsQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetEnabledElectronSignSettingsQueryResultItem[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetMenusQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetMenusQueryResultItem[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetResourceFieldsQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetResourceFieldsQueryResultItem[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetResourcesQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetResourcesQueryResultItem[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetRoleUserInfosQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetRoleUserInfosQueryResultItem[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetUserInfoRolesQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetUserInfoRolesQueryResultItem[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListGetUserResumeCredentialsQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetUserResumeCredentialsQueryResultItem[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListSelectOptionGuidGetDictionaryCategorySelectQueryOption { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: SelectOptionGuidGetDictionaryCategorySelectQueryOption[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListSelectOptionGuidGetEnterpriseContractTemplateSelectQueryOption { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: SelectOptionGuidGetEnterpriseContractTemplateSelectQueryOption[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListSelectOptionGuidGetTaskSelectQueryOption { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: SelectOptionGuidGetTaskSelectQueryOption[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultListSelectOptionStringGetDictionaryDataSelectQueryResultOption { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: SelectOptionStringGetDictionaryDataSelectQueryResultOption[]; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultLoginCommandCallback { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: LoginCommandCallback; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultOpenEnterpriseWalletCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: OpenEnterpriseWalletCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultPagedListQueryResultGetDictionaryCategoriesQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: PagedListQueryResultGetDictionaryCategoriesQueryResultItem; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultPagedListQueryResultGetDictionaryDatasQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: PagedListQueryResultGetDictionaryDatasQueryResultItem; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultPagedListQueryResultGetEnterprisesQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: PagedListQueryResultGetEnterprisesQueryResultItem; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultPagedListQueryResultGetOperationUserInfosQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: PagedListQueryResultGetOperationUserInfosQueryResultItem; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultPagedListQueryResultGetRolesQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: PagedListQueryResultGetRolesQueryResultItem; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultPersonalUserElectronSignCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: PersonalUserElectronSignCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultRechargeEnterpriseWalletCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: RechargeEnterpriseWalletCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultString { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: string; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface FriendlyResultUploadFileCommandResult { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 状态码 */ | 
|---|
|  |  |  | code?: number; | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | errorCode?: string; | 
|---|
|  |  |  | data?: UploadFileCommandResult; | 
|---|
|  |  |  | /** 执行成功 */ | 
|---|
|  |  |  | success?: boolean; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | msg?: any; | 
|---|
|  |  |  | /** 附加数据 */ | 
|---|
|  |  |  | extras?: any; | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetAlipayNotifyCommand = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetAliyunOSSAcsQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetAliyunOSSAcsQueryResult { | 
|---|
|  |  |  | expiration?: string; | 
|---|
|  |  |  | ossAccessSecret?: string; | 
|---|
|  |  |  | ossAccessKeyId?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | requestId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type OverCheckStatusEnum = 10 | 20 | -10; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PageInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PageUserInput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | key?: string; | 
|---|
|  |  |  | roleType?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface Pagination { | 
|---|
|  |  |  | rows?: number; | 
|---|
|  |  |  | page?: number; | 
|---|
|  |  |  | orderInput?: OrderInput[]; | 
|---|
|  |  |  | totalCount?: number; | 
|---|
|  |  |  | totalPage?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ParameterApiDescriptionModel { | 
|---|
|  |  |  | nameOnMethod?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | jsonName?: string; | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | typeSimple?: string; | 
|---|
|  |  |  | isOptional?: boolean; | 
|---|
|  |  |  | defaultValue?: any; | 
|---|
|  |  |  | constraintTypes?: string[]; | 
|---|
|  |  |  | bindingSourceId?: string; | 
|---|
|  |  |  | descriptorName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PasswordLoginInput { | 
|---|
|  |  |  | /** 登录名 */ | 
|---|
|  |  |  | loginName: string; | 
|---|
|  |  |  | /** 登录密码 */ | 
|---|
|  |  |  | password: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PermissionGrantInfoDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | displayName?: string; | 
|---|
|  |  |  | parentName?: string; | 
|---|
|  |  |  | isGranted?: boolean; | 
|---|
|  |  |  | allowedProviders?: string[]; | 
|---|
|  |  |  | grantedProviders?: ProviderInfoDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PermissionGroupDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | displayName?: string; | 
|---|
|  |  |  | permissions?: PermissionGrantInfoDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PhoneMesssageCodeLoginInput { | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | /** 验证码 */ | 
|---|
|  |  |  | code: string; | 
|---|
|  |  |  | type?: UserTypeEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PhoneMesssageCodeRegisterInput { | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | /** 验证码 */ | 
|---|
|  |  |  | code: string; | 
|---|
|  |  |  | type?: UserTypeEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PhoneToken { | 
|---|
|  |  |  | phone?: string; | 
|---|
|  |  |  | phoneCode?: string; | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ProfileDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | surname?: string; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | isExternal?: boolean; | 
|---|
|  |  |  | hasPassword?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PropertyApiDescriptionModel { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | jsonName?: string; | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | typeSimple?: string; | 
|---|
|  |  |  | isRequired?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ProviderInfoDto { | 
|---|
|  |  |  | providerName?: string; | 
|---|
|  |  |  | providerKey?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface QrCodeLogin { | 
|---|
|  |  |  | /** 扫码登录Id */ | 
|---|
|  |  |  | uId?: string; | 
|---|
|  |  |  | /** 二维码地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RegisterDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | userName: string; | 
|---|
|  |  |  | emailAddress: string; | 
|---|
|  |  |  | sex?: number; | 
|---|
|  |  |  | password: string; | 
|---|
|  |  |  | appName: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RemoteServiceErrorInfo { | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | message?: string; | 
|---|
|  |  |  | details?: string; | 
|---|
|  |  |  | data?: Record<string, any>; | 
|---|
|  |  |  | validationErrors?: RemoteServiceValidationErrorInfo[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RemoteServiceErrorResponse { | 
|---|
|  |  |  | error?: RemoteServiceErrorInfo; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RemoteServiceValidationErrorInfo { | 
|---|
|  |  |  | message?: string; | 
|---|
|  |  |  | members?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ResetPasswordBaseInput { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ResetPasswordDto { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | resetToken: string; | 
|---|
|  |  |  | password: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ResetPassWordInput { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | password?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ReturnValueApiDescriptionModel { | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | typeSimple?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RoleDto { | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | interface GetAreaSelectQueryResultOption { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | areaCode?: string; | 
|---|
|  |  |  | /** 地区名称 */ | 
|---|
|  |  |  | areaName?: string; | 
|---|
|  |  |  | /** 子级 */ | 
|---|
|  |  |  | children?: GetAreaSelectQueryResultOption[]; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 角色名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 上级编号 */ | 
|---|
|  |  |  | parentCode?: string; | 
|---|
|  |  |  | /** 层级 */ | 
|---|
|  |  |  | leyer?: number; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 快速查询 */ | 
|---|
|  |  |  | quickQuery?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeBaseInfoInput { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | socialIdentity?: string; | 
|---|
|  |  |  | educationalLevel?: string; | 
|---|
|  |  |  | residentProvinceCode?: number; | 
|---|
|  |  |  | residentCityCode?: number; | 
|---|
|  |  |  | residentProvinceName?: string; | 
|---|
|  |  |  | residentCityName?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | interface GetArrangeTaskUsersQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 关键字(姓名/身份证/电话) */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | arrangeStatus?: EnumTaskUserArrangeStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetArrangeTaskUsersQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetArrangeTaskUsersQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetArrangeTaskUsersQueryResultItem { | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatarUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeCertificateInput { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | certificateTypeId?: string; | 
|---|
|  |  |  | certificateNo?: string; | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | isPermanent?: boolean; | 
|---|
|  |  |  | certificateUnit?: string; | 
|---|
|  |  |  | certificateFrontImgUrl?: string; | 
|---|
|  |  |  | certificateBackImgUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeDetailInfoInput { | 
|---|
|  |  |  | lifeCircleImgUrlList?: string[]; | 
|---|
|  |  |  | height?: string; | 
|---|
|  |  |  | weight?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeExpectationJobInput { | 
|---|
|  |  |  | jobIdList?: string[]; | 
|---|
|  |  |  | freeTime?: UserResumeFreeTimeEnum; | 
|---|
|  |  |  | jobSeekingStatus?: UserResumeJobSeekingStatusEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeWorkExperienceInput { | 
|---|
|  |  |  | workingSeniority?: string; | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SearchConditionList { | 
|---|
|  |  |  | searchType?: number; | 
|---|
|  |  |  | belongType?: number; | 
|---|
|  |  |  | conditionList?: ConditionInfo[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendPasswordResetCodeDto { | 
|---|
|  |  |  | email: string; | 
|---|
|  |  |  | appName: string; | 
|---|
|  |  |  | returnUrl?: string; | 
|---|
|  |  |  | returnUrlHash?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendPhoneCertificationVerificationCodeInput { | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 证件号码 */ | 
|---|
|  |  |  | identity: string; | 
|---|
|  |  |  | /** 用户帐号 */ | 
|---|
|  |  |  | mobile: string; | 
|---|
|  |  |  | businessType?: VerificationCodeBusinessTypeEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendPhoneMessageBaseInput { | 
|---|
|  |  |  | messageType?: string; | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendPhoneMesssageCodeInput { | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendPhoneVerificationCodeByBusinessTypeInput { | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | businessType?: VerificationCodeBusinessTypeEnum; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetFlexEnterpriseStatusInput { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | status?: FlexEnterpriseStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetMyModule { | 
|---|
|  |  |  | moduleId?: string; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetMyModuleInput { | 
|---|
|  |  |  | moduleIds?: SetMyModule[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetPreViewCacheInput { | 
|---|
|  |  |  | preViewData?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetRecommendInput { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否推荐 */ | 
|---|
|  |  |  | isRecommend?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetRoleUserInput { | 
|---|
|  |  |  | userId?: string[]; | 
|---|
|  |  |  | roleId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type SettleStatusEnum = 10 | 20 | -10; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetUserRoleInput { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | roleName?: string[]; | 
|---|
|  |  |  | extendId?: string; | 
|---|
|  |  |  | type?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 身份 */ | 
|---|
|  |  |  | personalIdentityContent?: string; | 
|---|
|  |  |  | /** 学历编号 */ | 
|---|
|  |  |  | educationalBackgroundCode?: string; | 
|---|
|  |  |  | /** 学历 */ | 
|---|
|  |  |  | educationalBackgroundContent?: string; | 
|---|
|  |  |  | /** 上岗次数 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | /** 工作资历 */ | 
|---|
|  |  |  | workSeniority?: string; | 
|---|
|  |  |  | /** 工作经验 */ | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | arrangeStatus?: EnumTaskUserArrangeStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface TenantDtoPagedResultDto { | 
|---|
|  |  |  | items?: TenantDto[]; | 
|---|
|  |  |  | totalCount?: number; | 
|---|
|  |  |  | interface GetCheckReceiveTaskQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | /** 日期(B端小程序专用) */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface TimeZone { | 
|---|
|  |  |  | iana?: IanaTimeZone; | 
|---|
|  |  |  | windows?: WindowsTimeZone; | 
|---|
|  |  |  | interface GetCheckReceiveTaskQueryResult { | 
|---|
|  |  |  | objectData?: GetCheckReceiveTaskQueryResultObjectData; | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetCheckReceiveTaskQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface TimingDto { | 
|---|
|  |  |  | timeZone?: TimeZone; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface TypeApiDescriptionModel { | 
|---|
|  |  |  | baseType?: string; | 
|---|
|  |  |  | isEnum?: boolean; | 
|---|
|  |  |  | enumNames?: string[]; | 
|---|
|  |  |  | enumValues?: any[]; | 
|---|
|  |  |  | genericArguments?: string[]; | 
|---|
|  |  |  | properties?: PropertyApiDescriptionModel[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UnbindingUserPhoneNumber { | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdateFeatureDto { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | value?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdateFeaturesDto { | 
|---|
|  |  |  | features?: UpdateFeatureDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdatePassWordInput { | 
|---|
|  |  |  | interface GetCheckReceiveTaskQueryResultItem { | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | passWord?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | taskInfoName?: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | taskInfoCode?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 最近提交时间 */ | 
|---|
|  |  |  | lastSubmitTime?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskQueryResultObjectData { | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | billingMethod?: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdatePassWordInputWithNoCode { | 
|---|
|  |  |  | interface GetCheckReceiveTasksQuery { | 
|---|
|  |  |  | /** 日期(小程序-验收管理专用) */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | /** 关键字(姓名/手机/身份证号) */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 验收日期-最早时间(B端客户端-验收管理专用) */ | 
|---|
|  |  |  | checkReceiveTimeBegin?: string; | 
|---|
|  |  |  | /** 验收日期-最晚时间(B端客户端-验收管理专用) */ | 
|---|
|  |  |  | checkReceiveTimeEnd?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTasksQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetCheckReceiveTasksQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTasksQueryResultItem { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | passWord?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdatePermissionDto { | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | isGranted?: boolean; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | billingMethod?: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 发布时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | /** 最近验收时间 */ | 
|---|
|  |  |  | lastCheckReceiveTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdatePermissionsDto { | 
|---|
|  |  |  | permissions?: UpdatePermissionDto[]; | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitQueryResult { | 
|---|
|  |  |  | /** 提交Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser; | 
|---|
|  |  |  | /** 验收时间 */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | /** 提交时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 验收照片 */ | 
|---|
|  |  |  | files?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdateProfileDto { | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitsQuery { | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitsQueryResult { | 
|---|
|  |  |  | objectData?: GetCheckReceiveTaskUserSubmitsQueryResultObjectData; | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetCheckReceiveTaskUserSubmitsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitsQueryResultItem { | 
|---|
|  |  |  | /** 提交Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 验收时间 */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | /** 提交时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 验收照片 */ | 
|---|
|  |  |  | files?: string[]; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; | 
|---|
|  |  |  | /** 验收时间 */ | 
|---|
|  |  |  | checkReceiveTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitsQueryResultObjectData { | 
|---|
|  |  |  | taskInfo?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataTaskInfo; | 
|---|
|  |  |  | enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | surname?: string; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 是否绑定银行卡 */ | 
|---|
|  |  |  | isBindBankCard?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdateTaskReleaseStatusInput { | 
|---|
|  |  |  | taskId?: string; | 
|---|
|  |  |  | releaseStatus?: FlexTaskReleaseStatusEnum; | 
|---|
|  |  |  | interface GetCheckReceiveTaskUserSubmitsQueryResultObjectDataTaskInfo { | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserClientSignListOutput { | 
|---|
|  |  |  | /** 所属商户 */ | 
|---|
|  |  |  | enterpirseName?: string; | 
|---|
|  |  |  | interface GetCodeUrlQueryResult { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 参数1 */ | 
|---|
|  |  |  | paramValue1?: string; | 
|---|
|  |  |  | /** 参数2 */ | 
|---|
|  |  |  | paramValue2?: string; | 
|---|
|  |  |  | /** 参数3 */ | 
|---|
|  |  |  | paramValue3?: string; | 
|---|
|  |  |  | /** 参数4 */ | 
|---|
|  |  |  | paramValue4?: string; | 
|---|
|  |  |  | /** 参数5 */ | 
|---|
|  |  |  | paramValue5?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetContractTemplateEnterprisesQuery { | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | status?: EnumContractTemplateStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetContractTemplateEnterprisesQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetContractTemplateEnterprisesQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetContractTemplateEnterprisesQueryResultItem { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 联系人 */ | 
|---|
|  |  |  | contacts?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 合同数 */ | 
|---|
|  |  |  | total?: number; | 
|---|
|  |  |  | /** 待制版 */ | 
|---|
|  |  |  | waitCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetContractTemplateQueryResult { | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 模板名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 模板 */ | 
|---|
|  |  |  | file?: string; | 
|---|
|  |  |  | /** 小程序码 */ | 
|---|
|  |  |  | wxmpQrCode?: string; | 
|---|
|  |  |  | /** 制版模板照片 */ | 
|---|
|  |  |  | templateEditData?: string; | 
|---|
|  |  |  | /** 制版变量JSON */ | 
|---|
|  |  |  | templateJsonData?: string; | 
|---|
|  |  |  | /** 业务编码 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | templateId?: string; | 
|---|
|  |  |  | /** 变量 */ | 
|---|
|  |  |  | values?: GetContractTemplateQueryResultValue[]; | 
|---|
|  |  |  | /** 创建操作人 */ | 
|---|
|  |  |  | createdUserId?: string; | 
|---|
|  |  |  | /** 是否企业用户创建 */ | 
|---|
|  |  |  | isEnterpriseUserCreated?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetContractTemplateQueryResultValue { | 
|---|
|  |  |  | /** 变量Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | type?: EnumContractTemplateValueType; | 
|---|
|  |  |  | recorder?: EnumContractTemplateValueRecorder; | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | /** 变量名称 */ | 
|---|
|  |  |  | label?: string; | 
|---|
|  |  |  | /** 变量代码 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 绑定字段 */ | 
|---|
|  |  |  | bindProperty?: string; | 
|---|
|  |  |  | /** 是否必填 */ | 
|---|
|  |  |  | required?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetCurrentLogierMenusQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDbAuditLogsQuery { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 创建时间-起始 */ | 
|---|
|  |  |  | createdTimeBegin?: string; | 
|---|
|  |  |  | /** 创建时间-截止 */ | 
|---|
|  |  |  | createdTimeEnd?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDbAuditLogsQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetDbAuditLogsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDbAuditLogsQueryResultItem { | 
|---|
|  |  |  | /** 表名 */ | 
|---|
|  |  |  | tableName?: string; | 
|---|
|  |  |  | /** 主键 */ | 
|---|
|  |  |  | primaryKey?: string; | 
|---|
|  |  |  | operate?: EnumDbAuditOperate; | 
|---|
|  |  |  | /** 旧值 */ | 
|---|
|  |  |  | oldValues?: string; | 
|---|
|  |  |  | /** 新值 */ | 
|---|
|  |  |  | newValues?: string; | 
|---|
|  |  |  | /** 操作人Id */ | 
|---|
|  |  |  | createdUserId?: string; | 
|---|
|  |  |  | createdUser?: GetResourceLogsQueryResultItemCreatedUser; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDictionaryCategoriesQuery { | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDictionaryCategoriesQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 字段名(逗号隔开) */ | 
|---|
|  |  |  | fieldNames?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetDictionaryCategorySelectQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDictionaryCategorySelectQueryOption { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 字段名(逗号隔开) */ | 
|---|
|  |  |  | fieldNames?: string; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDictionaryDataSelectQueryResultOption { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 上级编号 */ | 
|---|
|  |  |  | parentCode?: string; | 
|---|
|  |  |  | /** 子级 */ | 
|---|
|  |  |  | children?: SelectOptionStringGetDictionaryDataSelectQueryResultOption[]; | 
|---|
|  |  |  | /** 字典路径 */ | 
|---|
|  |  |  | path?: string; | 
|---|
|  |  |  | /** 深度 */ | 
|---|
|  |  |  | deep?: number; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 显示内容 */ | 
|---|
|  |  |  | content: string; | 
|---|
|  |  |  | /** 字段1 */ | 
|---|
|  |  |  | field1?: string; | 
|---|
|  |  |  | /** 字段2 */ | 
|---|
|  |  |  | field2?: string; | 
|---|
|  |  |  | /** 字段3 */ | 
|---|
|  |  |  | field3?: string; | 
|---|
|  |  |  | /** 字段4 */ | 
|---|
|  |  |  | field4?: string; | 
|---|
|  |  |  | /** 字段5 */ | 
|---|
|  |  |  | field5?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDictionaryDatasQuery { | 
|---|
|  |  |  | /** 类别Id(Id/编号二选一) */ | 
|---|
|  |  |  | categoryId?: string; | 
|---|
|  |  |  | /** 类别编号(Id/编号二选一) */ | 
|---|
|  |  |  | categoryCode?: string; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetDictionaryDatasQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 类别Id */ | 
|---|
|  |  |  | categoryId?: string; | 
|---|
|  |  |  | /** 类别编号 */ | 
|---|
|  |  |  | categoryCode?: string; | 
|---|
|  |  |  | /** 类别名称 */ | 
|---|
|  |  |  | categoryName?: string; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 显示内容 */ | 
|---|
|  |  |  | content: string; | 
|---|
|  |  |  | /** 字段1 */ | 
|---|
|  |  |  | field1?: string; | 
|---|
|  |  |  | /** 字段2 */ | 
|---|
|  |  |  | field2?: string; | 
|---|
|  |  |  | /** 字段3 */ | 
|---|
|  |  |  | field3?: string; | 
|---|
|  |  |  | /** 字段4 */ | 
|---|
|  |  |  | field4?: string; | 
|---|
|  |  |  | /** 字段5 */ | 
|---|
|  |  |  | field5?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnabledElectronSignSettingsQueryResultItem { | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 实名费用 */ | 
|---|
|  |  |  | realVerifyCost?: number; | 
|---|
|  |  |  | /** 签约费用 */ | 
|---|
|  |  |  | signCost?: number; | 
|---|
|  |  |  | /** 一口价 */ | 
|---|
|  |  |  | mergeSignCost?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseContractTemplateLogsQuery { | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseContractTemplateLogsQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetEnterpriseContractTemplateLogsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseContractTemplateLogsQueryResultItem { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 操作人 */ | 
|---|
|  |  |  | createdUser?: string; | 
|---|
|  |  |  | /** 操作时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | operate?: EnumDbAuditOperate; | 
|---|
|  |  |  | /** 操作内容 */ | 
|---|
|  |  |  | content?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetEnterpriseContractTemplateSelectQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseContractTemplateSelectQueryOption { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 模板名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | templateId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseContractTemplatesQuery { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | status?: EnumContractTemplateStatus; | 
|---|
|  |  |  | /** 客户上传时间-起始 */ | 
|---|
|  |  |  | createdTimeBegin?: string; | 
|---|
|  |  |  | /** 客户上传时间-截止 */ | 
|---|
|  |  |  | createdTimeEnd?: string; | 
|---|
|  |  |  | /** 制版时间-起始 */ | 
|---|
|  |  |  | completedTimeBegin?: string; | 
|---|
|  |  |  | /** 制版时间-截止 */ | 
|---|
|  |  |  | completedTimeEnd?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseContractTemplatesQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetEnterpriseContractTemplatesQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseContractTemplatesQueryResultItem { | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 模板名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 客户上传时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | templateId?: string; | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 业务编码 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 模板 */ | 
|---|
|  |  |  | file?: string; | 
|---|
|  |  |  | /** 小程序码 */ | 
|---|
|  |  |  | wxmpQrCode?: string; | 
|---|
|  |  |  | status?: EnumContractTemplateStatus; | 
|---|
|  |  |  | /** 制版时间 */ | 
|---|
|  |  |  | completedTime?: string; | 
|---|
|  |  |  | /** 操作人 */ | 
|---|
|  |  |  | operator?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseElectronSignSettingQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 电子签通道 */ | 
|---|
|  |  |  | electronSignAccesses?: EnumElectronSignAccess[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseEmployeeQueryResult { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 身份证人像面 */ | 
|---|
|  |  |  | identityImg?: string; | 
|---|
|  |  |  | /** 身份证国徽面 */ | 
|---|
|  |  |  | identityBackImg?: string; | 
|---|
|  |  |  | /** 报名时间 */ | 
|---|
|  |  |  | applyTime?: string; | 
|---|
|  |  |  | enterSignStatus?: FlexWorkerEleSignEnum; | 
|---|
|  |  |  | /** 实名时间 */ | 
|---|
|  |  |  | userRealTime?: string; | 
|---|
|  |  |  | /** 签约时间 */ | 
|---|
|  |  |  | userSignContractTime?: string; | 
|---|
|  |  |  | /** 企业签约时间 */ | 
|---|
|  |  |  | enterSignTime?: string; | 
|---|
|  |  |  | hireStatus?: FlexTaskWorkerHireEnum; | 
|---|
|  |  |  | enterpriseSignContractTime?: string; | 
|---|
|  |  |  | /** 电子合同 */ | 
|---|
|  |  |  | contractUrl?: string; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseEmployeesQuery { | 
|---|
|  |  |  | /** 关键字(姓名/手机/身份证号) */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 登记时间-最早时间 */ | 
|---|
|  |  |  | createdTimeStart?: string; | 
|---|
|  |  |  | /** 登记时间-最晚时间 */ | 
|---|
|  |  |  | createdTimeEnd?: string; | 
|---|
|  |  |  | /** 签约时间-最早时间 */ | 
|---|
|  |  |  | signContractTimeStart?: string; | 
|---|
|  |  |  | /** 签约时间-最晚时间 */ | 
|---|
|  |  |  | signContractTimeEnd?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | enterpriseSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseEmployeesQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetEnterpriseEmployeesQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseEmployeesQueryResultItem { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | userIsReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 身份 */ | 
|---|
|  |  |  | personalIdentityContent?: string; | 
|---|
|  |  |  | /** 学历编号 */ | 
|---|
|  |  |  | educationalBackgroundCode?: string; | 
|---|
|  |  |  | /** 学历 */ | 
|---|
|  |  |  | educationalBackgroundContent?: string; | 
|---|
|  |  |  | /** 上岗次数 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | /** 工作资历 */ | 
|---|
|  |  |  | workSeniority?: string; | 
|---|
|  |  |  | /** 工作经验 */ | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | /** 录用时间 */ | 
|---|
|  |  |  | hireDateTime?: string; | 
|---|
|  |  |  | userSignStatus?: FlexWorkerEleSignEnum; | 
|---|
|  |  |  | /** 灵工签约时间 */ | 
|---|
|  |  |  | userSignTime?: string; | 
|---|
|  |  |  | hireTime?: string; | 
|---|
|  |  |  | /** 实名时间 */ | 
|---|
|  |  |  | userRealTime?: string; | 
|---|
|  |  |  | /** 签约时间 */ | 
|---|
|  |  |  | userSignContractTime?: string; | 
|---|
|  |  |  | enterpriseSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | /** 企业签约时间 */ | 
|---|
|  |  |  | enterpriseSignContractTime?: string; | 
|---|
|  |  |  | /** 电子合同 */ | 
|---|
|  |  |  | contractUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserClientSignListOutputPageOutput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | objectData?: any; | 
|---|
|  |  |  | data?: UserClientSignListOutput[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | type GetEnterpriseLoginInfoQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserData { | 
|---|
|  |  |  | interface GetEnterpriseLoginInfoQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | tenantId?: string; | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | surname?: string; | 
|---|
|  |  |  | email?: string; | 
|---|
|  |  |  | emailConfirmed?: boolean; | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | phoneNumberConfirmed?: boolean; | 
|---|
|  |  |  | sex?: number; | 
|---|
|  |  |  | clientId?: string; | 
|---|
|  |  |  | creationTime?: string; | 
|---|
|  |  |  | lockoutEnd?: string; | 
|---|
|  |  |  | extraProperties?: Record<string, any>; | 
|---|
|  |  |  | lockoutEnabled?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserDataListResultDto { | 
|---|
|  |  |  | items?: UserData[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserDto { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 登录用户名(账号) */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 用户手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | /** 账户是否锁住(是否禁用) */ | 
|---|
|  |  |  | isLocked?: boolean; | 
|---|
|  |  |  | /** 角色信息 */ | 
|---|
|  |  |  | roles?: RoleDto[]; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 组织架构公司id */ | 
|---|
|  |  |  | companyOrgId?: string; | 
|---|
|  |  |  | /** 组织架构部门id */ | 
|---|
|  |  |  | departmentOrgId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserResumeBaseInfoOutput { | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 电话号码 */ | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 角色 */ | 
|---|
|  |  |  | roles?: string[]; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 我的收藏 */ | 
|---|
|  |  |  | collectedUserCount?: number; | 
|---|
|  |  |  | /** 联系记录 */ | 
|---|
|  |  |  | contactedRecordCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 统一社会信用代码 */ | 
|---|
|  |  |  | societyCreditCode?: string; | 
|---|
|  |  |  | /** 法人姓名 */ | 
|---|
|  |  |  | legalPerson?: string; | 
|---|
|  |  |  | /** 法人身份证号 */ | 
|---|
|  |  |  | legalIdentity?: string; | 
|---|
|  |  |  | /** 所在省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 所在省份 */ | 
|---|
|  |  |  | provinceContent?: string; | 
|---|
|  |  |  | /** 所在城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 所在城市 */ | 
|---|
|  |  |  | cityContent?: string; | 
|---|
|  |  |  | /** 所属行业编号 */ | 
|---|
|  |  |  | industryTypeCode?: string; | 
|---|
|  |  |  | /** 所属行业 */ | 
|---|
|  |  |  | industryTypeContent?: string; | 
|---|
|  |  |  | /** 主营业务 */ | 
|---|
|  |  |  | mainBusiness?: string; | 
|---|
|  |  |  | /** 联系人 */ | 
|---|
|  |  |  | contacts?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 联系邮箱 */ | 
|---|
|  |  |  | contactEmail?: string; | 
|---|
|  |  |  | /** 账号 */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | /** 在招岗位数量 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseSmsSettingQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | smsAccess?: EnumSmsAccess; | 
|---|
|  |  |  | /** 短信费用 */ | 
|---|
|  |  |  | smsCost?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterprisesQuery { | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 是否已配置 */ | 
|---|
|  |  |  | isConfigured?: boolean; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterprisesQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 法人姓名 */ | 
|---|
|  |  |  | legalPerson?: string; | 
|---|
|  |  |  | /** 统一社会信用代码 */ | 
|---|
|  |  |  | societyCreditCode?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 联系人 */ | 
|---|
|  |  |  | contacts?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 所在省份 */ | 
|---|
|  |  |  | provinceContent?: string; | 
|---|
|  |  |  | /** 所在城市 */ | 
|---|
|  |  |  | cityContent?: string; | 
|---|
|  |  |  | /** 所属行业 */ | 
|---|
|  |  |  | industryTypeContent?: string; | 
|---|
|  |  |  | /** 是否已配置 */ | 
|---|
|  |  |  | isConfigured?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseWalletExpandindirectOrderQueryResult { | 
|---|
|  |  |  | /** 单号 */ | 
|---|
|  |  |  | outBizNo?: string; | 
|---|
|  |  |  | /** 支付宝登录账号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 支付宝姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | scene?: EnumEnterpriseWalletExpandindirectOrderScene; | 
|---|
|  |  |  | /** 转账场景说明 */ | 
|---|
|  |  |  | sceneDirections?: string; | 
|---|
|  |  |  | /** 商户站点信息 */ | 
|---|
|  |  |  | sites?: string; | 
|---|
|  |  |  | /** 进件单id */ | 
|---|
|  |  |  | orderId?: string; | 
|---|
|  |  |  | orderStatus?: EnumEnterpriseWalletExpandindirectOrderStatus; | 
|---|
|  |  |  | /** 进件单任务完结时间 */ | 
|---|
|  |  |  | taskFinishTime?: string; | 
|---|
|  |  |  | /** 进件单审核不通过原因 */ | 
|---|
|  |  |  | riskReviewRemark?: string; | 
|---|
|  |  |  | sitesInfo?: GetEnterpriseWalletExpandindirectOrderQueryResultSites; | 
|---|
|  |  |  | /** 附件 */ | 
|---|
|  |  |  | files?: GetEnterpriseWalletExpandindirectOrderQueryResultFile[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseWalletExpandindirectOrderQueryResultFile { | 
|---|
|  |  |  | type?: EnumEnterpriseWalletExpandindirectOrderFileType; | 
|---|
|  |  |  | /** 附件 */ | 
|---|
|  |  |  | file?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseWalletExpandindirectOrderQueryResultSites { | 
|---|
|  |  |  | /** 网站 */ | 
|---|
|  |  |  | website?: string; | 
|---|
|  |  |  | /** APP */ | 
|---|
|  |  |  | app?: string; | 
|---|
|  |  |  | /** 公众号 */ | 
|---|
|  |  |  | gongzh?: string; | 
|---|
|  |  |  | /** 支付宝小程序 */ | 
|---|
|  |  |  | xchengxU_ZHI?: string; | 
|---|
|  |  |  | /** 其他 */ | 
|---|
|  |  |  | qita?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseWalletQueryResult { | 
|---|
|  |  |  | /** 钱包Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 账号 */ | 
|---|
|  |  |  | account?: string; | 
|---|
|  |  |  | /** 商户Id */ | 
|---|
|  |  |  | merchantId?: string; | 
|---|
|  |  |  | /** 协议号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 通道协议号 */ | 
|---|
|  |  |  | agreementNo?: string; | 
|---|
|  |  |  | /** 协议签约时间 */ | 
|---|
|  |  |  | signTime?: string; | 
|---|
|  |  |  | /** 协议生效时间 */ | 
|---|
|  |  |  | validTime?: string; | 
|---|
|  |  |  | /** 协议失效时间 */ | 
|---|
|  |  |  | invalidTime?: string; | 
|---|
|  |  |  | signStatus?: EnumEnterpriseWalletSignStatus; | 
|---|
|  |  |  | expandindirectOrderStatus?: EnumEnterpriseWalletExpandindirectOrderStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseWalletTransactionQueryResult { | 
|---|
|  |  |  | type?: EnumEnterpriseWalletTransactionType; | 
|---|
|  |  |  | /** 订单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 余额 */ | 
|---|
|  |  |  | balance?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 订单支付时间 */ | 
|---|
|  |  |  | transDate?: string; | 
|---|
|  |  |  | transactionStatus?: EnumWalletTransactionStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetExceptionLogsQuery { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 创建时间-起始 */ | 
|---|
|  |  |  | createdTimeBegin?: string; | 
|---|
|  |  |  | /** 创建时间-截止 */ | 
|---|
|  |  |  | createdTimeEnd?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetExceptionLogsQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetExceptionLogsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetExceptionLogsQueryResultItem { | 
|---|
|  |  |  | /** 类型 */ | 
|---|
|  |  |  | type?: string; | 
|---|
|  |  |  | /** 代码 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 消息 */ | 
|---|
|  |  |  | message?: string; | 
|---|
|  |  |  | /** 堆栈跟踪 */ | 
|---|
|  |  |  | stackTrace?: string; | 
|---|
|  |  |  | /** 操作人Id */ | 
|---|
|  |  |  | createdUserId?: string; | 
|---|
|  |  |  | createdUser?: GetResourceLogsQueryResultItemCreatedUser; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetIdentityBackOcrCommand { | 
|---|
|  |  |  | access?: EnumOcrAccess; | 
|---|
|  |  |  | /** 场景 */ | 
|---|
|  |  |  | scene?: string; | 
|---|
|  |  |  | /** 链接地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 是否为云存储相对地址 */ | 
|---|
|  |  |  | isOssUrl?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetIdentityBackOcrCommandResult { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | model?: BaiduOcrIdentityBackResultModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetIdentityFrontOcrCommand { | 
|---|
|  |  |  | access?: EnumOcrAccess; | 
|---|
|  |  |  | /** 场景 */ | 
|---|
|  |  |  | scene?: string; | 
|---|
|  |  |  | /** 链接地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 是否为云存储相对地址 */ | 
|---|
|  |  |  | isOssUrl?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetIdentityFrontOcrCommandResult { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | model?: BaiduOcrIdentityFrontResultModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetLicenseOcrCommand { | 
|---|
|  |  |  | access?: EnumOcrAccess; | 
|---|
|  |  |  | /** 场景 */ | 
|---|
|  |  |  | scene?: string; | 
|---|
|  |  |  | /** 链接地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 是否为云存储相对地址 */ | 
|---|
|  |  |  | isOssUrl?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetLicenseOcrCommandResult { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | model?: BaiduOcrBusinessLicenseResultModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetMenuQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否选择(用户角色授权) */ | 
|---|
|  |  |  | isChecked?: boolean; | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 菜单路径 */ | 
|---|
|  |  |  | path?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | type?: EnumMenuType; | 
|---|
|  |  |  | visitLevel?: EnumMenuVisitLevel; | 
|---|
|  |  |  | /** 图标 */ | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | /** 链接地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 是否缓存 */ | 
|---|
|  |  |  | isCache?: boolean; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 分组 */ | 
|---|
|  |  |  | groups?: GetMenuQueryResultGroup[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetMenuQueryResultButton { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否选择(用户角色授权) */ | 
|---|
|  |  |  | isChecked?: boolean; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 图标 */ | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | /** 宽度(用于按钮/列/元素) */ | 
|---|
|  |  |  | width?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetMenuQueryResultButtonLocation { | 
|---|
|  |  |  | /** 位置(用于按钮) */ | 
|---|
|  |  |  | location?: string; | 
|---|
|  |  |  | /** 按钮 */ | 
|---|
|  |  |  | buttons?: GetMenuQueryResultButton[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetMenuQueryResultField { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否选择(用户角色授权) */ | 
|---|
|  |  |  | isChecked?: boolean; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 宽度(用于按钮/列/元素) */ | 
|---|
|  |  |  | width?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetMenuQueryResultGroup { | 
|---|
|  |  |  | /** 分组名称(用于按钮/字段) */ | 
|---|
|  |  |  | group?: string; | 
|---|
|  |  |  | /** 按钮位置 */ | 
|---|
|  |  |  | buttonLocations?: GetMenuQueryResultButtonLocation[]; | 
|---|
|  |  |  | /** 字段 */ | 
|---|
|  |  |  | fields?: GetMenuQueryResultField[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetMenusQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否选择(用户角色授权) */ | 
|---|
|  |  |  | isChecked?: boolean; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 下级 */ | 
|---|
|  |  |  | children?: GetMenusQueryResultItem[]; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 菜单路径 */ | 
|---|
|  |  |  | path?: string; | 
|---|
|  |  |  | type?: EnumMenuType; | 
|---|
|  |  |  | visitLevel?: EnumMenuVisitLevel; | 
|---|
|  |  |  | /** 图标 */ | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | /** 链接地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 是否缓存 */ | 
|---|
|  |  |  | isCache?: boolean; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetOpenTaskInfosQuery { | 
|---|
|  |  |  | /** 关键字(任务名称) */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 发布时间-开始 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 发布时间-结束 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | /** 任务地点所属城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 员工福利 */ | 
|---|
|  |  |  | benefitCodes?: string[]; | 
|---|
|  |  |  | genderLimit?: EnumUserGender; | 
|---|
|  |  |  | status?: EnumTaskStatus; | 
|---|
|  |  |  | releaseStatus?: EnumTaskReleaseStatus; | 
|---|
|  |  |  | recommendStatus?: EnumTaskRecommendStatus; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetOpenUserResumesQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 期望岗位编号 */ | 
|---|
|  |  |  | userExpectJobs?: string[]; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 年龄范围最小 */ | 
|---|
|  |  |  | ageMin?: number; | 
|---|
|  |  |  | /** 年龄范围大 */ | 
|---|
|  |  |  | ageMax?: number; | 
|---|
|  |  |  | /** 资格证书编号 */ | 
|---|
|  |  |  | userCredentials?: string[]; | 
|---|
|  |  |  | /** 是否已收藏 */ | 
|---|
|  |  |  | isCollected?: boolean; | 
|---|
|  |  |  | /** 是否已联系 */ | 
|---|
|  |  |  | isContacted?: boolean; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetOperationUserInfosQuery { | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetOperationUserInfosQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 用户名 */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 角色 */ | 
|---|
|  |  |  | roles?: GetOperationUserInfosQueryResultItemRole[]; | 
|---|
|  |  |  | status?: EnumUserStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetOperationUserInfosQueryResultItemRole { | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalApplyTaskInfosQuery { | 
|---|
|  |  |  | status?: GetPersonalApplyTaskInfosQueryStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalApplyTaskInfosQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalApplyTaskInfosQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalApplyTaskInfosQueryResultItem { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | billingMethod?: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 福利 */ | 
|---|
|  |  |  | benefits?: GetTaskInfoQueryResultBenefit[]; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | status?: GetPersonalApplyTaskInfosQueryStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum GetPersonalApplyTaskInfosQueryStatus { | 
|---|
|  |  |  | /**待确认 */ | 
|---|
|  |  |  | WaitHire = 10, | 
|---|
|  |  |  | /**待签约 */ | 
|---|
|  |  |  | WaitSignContract = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalCancelTaskInfosQuery { | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalCancelTaskInfosQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalCancelTaskInfosQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalCancelTaskInfosQueryResultItem { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | billingMethod?: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 福利 */ | 
|---|
|  |  |  | benefits?: GetTaskInfoQueryResultBenefit[]; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalHireTaskInfosQuery { | 
|---|
|  |  |  | status?: GetPersonalHireTaskInfosQueryStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalHireTaskInfosQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalHireTaskInfosQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalHireTaskInfosQueryResultItem { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | billingMethod?: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 福利 */ | 
|---|
|  |  |  | benefits?: GetTaskInfoQueryResultBenefit[]; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | status?: GetPersonalHireTaskInfosQueryStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum GetPersonalHireTaskInfosQueryStatus { | 
|---|
|  |  |  | /**待开始 */ | 
|---|
|  |  |  | Wait = 1, | 
|---|
|  |  |  | /**进行中 */ | 
|---|
|  |  |  | InProcess = 10, | 
|---|
|  |  |  | /**已完成 */ | 
|---|
|  |  |  | Completed = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetPersonalLoginInfoQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalLoginInfoQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatarUrl?: string; | 
|---|
|  |  |  | genderType?: GenderTypeEnum; | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 我的报名 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | /** 已录用 */ | 
|---|
|  |  |  | hirePassTaskCount?: number; | 
|---|
|  |  |  | /** 已取消 */ | 
|---|
|  |  |  | hireRefuseTaskCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetPersonalUserBankCardQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserBankCardQueryResult { | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 银行卡号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | bank?: string; | 
|---|
|  |  |  | /** 所属支行 */ | 
|---|
|  |  |  | bankBranch?: string; | 
|---|
|  |  |  | /** 银行预留手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserElectronSignQueryResult { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 合同编号 */ | 
|---|
|  |  |  | contractCode?: string; | 
|---|
|  |  |  | contractTemplateAccess?: EnumElectronSignAccess; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | /** 签约方信息-员工-姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 签约方信息-员工-证件类型 */ | 
|---|
|  |  |  | identityType?: string; | 
|---|
|  |  |  | /** 签约方信息-员工-证件号码 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 签约方信息-员工-手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 签约方信息-员工-签约时间 */ | 
|---|
|  |  |  | userSignContractTime?: string; | 
|---|
|  |  |  | /** 签约方信息-公司主体-主体类型 */ | 
|---|
|  |  |  | enterpriseType?: string; | 
|---|
|  |  |  | /** 签约方信息-公司主体-签约主体 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 签约方信息-公司主体-签约时间 */ | 
|---|
|  |  |  | enterpriseSignContractTime?: string; | 
|---|
|  |  |  | /** 协议内容 */ | 
|---|
|  |  |  | contractUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserElectronSignsQuery { | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserElectronSignsQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalUserElectronSignsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserElectronSignsQueryResultItem { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserInfoSignContractsQuery { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserInfoSignContractsQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalUserInfoSignContractsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserInfoSignContractsQueryResultItem { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 所属商户 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 报名时间 */ | 
|---|
|  |  |  | applyTime?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | /** 录用时间 */ | 
|---|
|  |  |  | hireTime?: string; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | enterpriseSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | /** 企业签约时间 */ | 
|---|
|  |  |  | enterpriseSignContractTime?: string; | 
|---|
|  |  |  | /** 电子合同 */ | 
|---|
|  |  |  | contractUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserInfosQuery { | 
|---|
|  |  |  | /** 关键字(姓名/手机/身份证号/客户) */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 最近录用时间-最早时间 */ | 
|---|
|  |  |  | hireTimeBegin?: string; | 
|---|
|  |  |  | /** 最近录用时间-最晚时间 */ | 
|---|
|  |  |  | hireTimeEnd?: string; | 
|---|
|  |  |  | /** 最近签约时间-最早时间 */ | 
|---|
|  |  |  | signContractBegin?: string; | 
|---|
|  |  |  | /** 最近签约时间-最晚时间 */ | 
|---|
|  |  |  | signContractEnd?: string; | 
|---|
|  |  |  | /** 是否已实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserInfosQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalUserInfosQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserInfosQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 身份证人像面 */ | 
|---|
|  |  |  | identityImg?: string; | 
|---|
|  |  |  | /** 身份证国徽面 */ | 
|---|
|  |  |  | identityBackImg?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 上岗次数 */ | 
|---|
|  |  |  | arrangeCount?: number; | 
|---|
|  |  |  | /** 身份证号码 */ | 
|---|
|  |  |  | idNumber?: string; | 
|---|
|  |  |  | /** 身份 */ | 
|---|
|  |  |  | socialIdentity?: string; | 
|---|
|  |  |  | /** 身份名称 */ | 
|---|
|  |  |  | socialIdentityName?: string; | 
|---|
|  |  |  | /** 学历 */ | 
|---|
|  |  |  | educationalLevel?: string; | 
|---|
|  |  |  | /** 学历名称 */ | 
|---|
|  |  |  | educationalLevelName?: string; | 
|---|
|  |  |  | /** 常驻省份Code */ | 
|---|
|  |  |  | residentProvinceCode?: number; | 
|---|
|  |  |  | /** 常驻城市code */ | 
|---|
|  |  |  | residentCityCode?: number; | 
|---|
|  |  |  | /** 常驻省份名称 */ | 
|---|
|  |  |  | residentProvinceName?: string; | 
|---|
|  |  |  | /** 常驻城市名称 */ | 
|---|
|  |  |  | residentCityName?: string; | 
|---|
|  |  |  | /** 常驻省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 常驻省份 */ | 
|---|
|  |  |  | provinceContent?: string; | 
|---|
|  |  |  | /** 常驻城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 常驻城市 */ | 
|---|
|  |  |  | cityContent?: string; | 
|---|
|  |  |  | /** 所属商户 */ | 
|---|
|  |  |  | enterprises?: string[]; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 实名时间 */ | 
|---|
|  |  |  | realTime?: string; | 
|---|
|  |  |  | /** 最近录用时间 */ | 
|---|
|  |  |  | hireTime?: string; | 
|---|
|  |  |  | /** 最近签约时间 */ | 
|---|
|  |  |  | signContractTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserResumeCertificateDetailOutput { | 
|---|
|  |  |  | /** 简历认证详情Id */ | 
|---|
|  |  |  | type GetPersonalUserRealResultQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserRealResultQueryResult { | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 实名时间 */ | 
|---|
|  |  |  | realTime?: string; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 身份证人像面 */ | 
|---|
|  |  |  | identityImg?: string; | 
|---|
|  |  |  | /** 身份证国徽面 */ | 
|---|
|  |  |  | identityBackImg?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 生日 */ | 
|---|
|  |  |  | birthday?: string; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 银行卡号 */ | 
|---|
|  |  |  | bankCard?: string; | 
|---|
|  |  |  | /** 银行卡照片 */ | 
|---|
|  |  |  | bankCardImg?: string; | 
|---|
|  |  |  | realAccess?: EnumRealAccess; | 
|---|
|  |  |  | realStatus?: EnumPersonalUserRealStatus; | 
|---|
|  |  |  | /** 实名失败消息 */ | 
|---|
|  |  |  | realFailMessage?: string; | 
|---|
|  |  |  | /** 人脸实名认证地址 */ | 
|---|
|  |  |  | faceRealUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionQueryResult { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 用户简历Id */ | 
|---|
|  |  |  | userId?: string; | 
|---|
|  |  |  | /** 认证类别Id */ | 
|---|
|  |  |  | certificateTypeId?: string; | 
|---|
|  |  |  | /** 认证证件号默认身份证 */ | 
|---|
|  |  |  | certificateNo?: string; | 
|---|
|  |  |  | /** 证件开始时间 */ | 
|---|
|  |  |  | type?: EnumUserWalletTransactionType; | 
|---|
|  |  |  | /** 订单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 企业名称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 结算日期 */ | 
|---|
|  |  |  | settlementTime?: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | /** 实发金额/提现金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 收款人姓名 */ | 
|---|
|  |  |  | receiveName?: string; | 
|---|
|  |  |  | /** 收款账户 */ | 
|---|
|  |  |  | receiveAccount?: string; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | /** 实际到账 */ | 
|---|
|  |  |  | actualAmount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQuery { | 
|---|
|  |  |  | /** 创建时间-起始 */ | 
|---|
|  |  |  | createdTimeStart?: string; | 
|---|
|  |  |  | /** 创建时间-截止 */ | 
|---|
|  |  |  | createdTimeEnd?: string; | 
|---|
|  |  |  | type?: EnumUserWalletTransactionType; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQueryResult { | 
|---|
|  |  |  | objectData?: GetPersonalUserTransactionsQueryResultObjectData; | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetPersonalUserTransactionsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQueryResultItem { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 标题 */ | 
|---|
|  |  |  | title?: string; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 余额 */ | 
|---|
|  |  |  | balance?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionsQueryResultObjectData { | 
|---|
|  |  |  | /** 总收入 */ | 
|---|
|  |  |  | sumIncome?: number; | 
|---|
|  |  |  | /** 总提现 */ | 
|---|
|  |  |  | sumWithdraw?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetResourceFieldsQueryResultItem { | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetResourceLogsQuery { | 
|---|
|  |  |  | /** 跟踪Id */ | 
|---|
|  |  |  | traceId?: string; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 创建时间-起始 */ | 
|---|
|  |  |  | createdTimeBegin?: string; | 
|---|
|  |  |  | /** 创建时间-截止 */ | 
|---|
|  |  |  | createdTimeEnd?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetResourceLogsQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetResourceLogsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetResourceLogsQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | method?: EnumResourceMethod; | 
|---|
|  |  |  | /** 域名 */ | 
|---|
|  |  |  | domain?: string; | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | path?: string; | 
|---|
|  |  |  | /** 请求头 */ | 
|---|
|  |  |  | requestHeaders?: string; | 
|---|
|  |  |  | /** 请求参数 */ | 
|---|
|  |  |  | request?: string; | 
|---|
|  |  |  | /** 请求头 */ | 
|---|
|  |  |  | responseHeaders?: string; | 
|---|
|  |  |  | /** 响应结果 */ | 
|---|
|  |  |  | response?: string; | 
|---|
|  |  |  | /** 是否成功 */ | 
|---|
|  |  |  | isSuccess?: boolean; | 
|---|
|  |  |  | /** 客户端IP地址 */ | 
|---|
|  |  |  | clientIpAddress?: string; | 
|---|
|  |  |  | /** 来源地址 */ | 
|---|
|  |  |  | refererUrl?: string; | 
|---|
|  |  |  | /** 控制台日志 */ | 
|---|
|  |  |  | consoleLogs?: string; | 
|---|
|  |  |  | /** 耗时毫秒数 */ | 
|---|
|  |  |  | elapsedMilliseconds?: number; | 
|---|
|  |  |  | /** 操作人Id */ | 
|---|
|  |  |  | createdUserId?: string; | 
|---|
|  |  |  | createdUser?: GetResourceLogsQueryResultItemCreatedUser; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetResourceLogsQueryResultItemCreatedUser { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | type?: EnumUserType; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 用户名 */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetResourcesQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 是否选中(用于角色授权) */ | 
|---|
|  |  |  | isChecked?: boolean; | 
|---|
|  |  |  | controller?: EnumResourceController; | 
|---|
|  |  |  | /** 委托名称 */ | 
|---|
|  |  |  | actionName?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | method?: EnumResourceMethod; | 
|---|
|  |  |  | /** 路由 */ | 
|---|
|  |  |  | route?: string; | 
|---|
|  |  |  | /** 请求类型名称 */ | 
|---|
|  |  |  | requestTypeName?: string; | 
|---|
|  |  |  | /** 请求类型全名 */ | 
|---|
|  |  |  | requestTypeFullName?: string; | 
|---|
|  |  |  | /** 响应类型名称 */ | 
|---|
|  |  |  | responseTypeName?: string; | 
|---|
|  |  |  | /** 响应类型全名 */ | 
|---|
|  |  |  | responseTypeFullName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetRoleQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | /** 最低级别 */ | 
|---|
|  |  |  | minLevel?: number; | 
|---|
|  |  |  | dataPower?: EnumRoleWebApiDataPower; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 菜单Id */ | 
|---|
|  |  |  | menuIds?: string[]; | 
|---|
|  |  |  | /** 资源 */ | 
|---|
|  |  |  | resources?: GetRoleQueryResultResource[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetRoleQueryResultResource { | 
|---|
|  |  |  | /** 资源Id */ | 
|---|
|  |  |  | resourceId?: string; | 
|---|
|  |  |  | dataPower?: EnumRoleWebApiDataPower; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetRolesQuery { | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetRolesQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | /** 最低级别 */ | 
|---|
|  |  |  | minLevel?: number; | 
|---|
|  |  |  | dataPower?: EnumRoleWebApiDataPower; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 用户数量 */ | 
|---|
|  |  |  | userCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetRoleUserInfosQueryResultItem { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 用户名 */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | /** 是否选中 */ | 
|---|
|  |  |  | isChecked?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTaskQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | settlementOrderStatus?: EnumTaskSettlementOrderStatus; | 
|---|
|  |  |  | /** 结算单名称 */ | 
|---|
|  |  |  | settlementOrderName?: string; | 
|---|
|  |  |  | /** 上传时间 */ | 
|---|
|  |  |  | settlementOrderTime?: string; | 
|---|
|  |  |  | /** 实发金额 */ | 
|---|
|  |  |  | actualSettlementAmount?: number; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | settlementStatus?: EnumTaskSettlementStatus; | 
|---|
|  |  |  | /** 结算时间 */ | 
|---|
|  |  |  | settlementTime?: string; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | settlementRemark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTasksQuery { | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | settlementOrderStatus?: EnumTaskSettlementOrderStatus; | 
|---|
|  |  |  | settlementStatus?: EnumTaskSettlementStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTasksQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetSettlementTasksQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTasksQueryResultItem { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | settlementOrderStatus?: EnumTaskSettlementOrderStatus; | 
|---|
|  |  |  | /** 结算单名称 */ | 
|---|
|  |  |  | settlementOrderName?: string; | 
|---|
|  |  |  | /** 上传时间 */ | 
|---|
|  |  |  | settlementOrderTime?: string; | 
|---|
|  |  |  | /** 实发金额 */ | 
|---|
|  |  |  | actualSettlementAmount?: number; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | settlementStatus?: EnumTaskSettlementStatus; | 
|---|
|  |  |  | /** 结算时间 */ | 
|---|
|  |  |  | settlementTime?: string; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | settlementRemark?: string; | 
|---|
|  |  |  | /** 结算人数 */ | 
|---|
|  |  |  | settlementUserCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTaskUsersQueryResult { | 
|---|
|  |  |  | detail?: GetSettlementTaskQueryResult; | 
|---|
|  |  |  | /** 结算名单 */ | 
|---|
|  |  |  | data?: GetSettlementTaskUsersQueryResultItem[]; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | errors?: GetSettlementTaskUsersQueryResultError[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTaskUsersQueryResultError { | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | errorMessage?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | /** 实发金额 */ | 
|---|
|  |  |  | actualSettlementAmount?: number; | 
|---|
|  |  |  | /** 收款账户 */ | 
|---|
|  |  |  | receiveAccount?: string; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | bank?: string; | 
|---|
|  |  |  | /** 开户支行名称 */ | 
|---|
|  |  |  | bankBranch?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | taskName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetSettlementTaskUsersQueryResultItem { | 
|---|
|  |  |  | /** 任务用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | settlementStatus?: EnumTaskSettlementStatus; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | bank?: string; | 
|---|
|  |  |  | /** 开户支行名称 */ | 
|---|
|  |  |  | bankBranch?: string; | 
|---|
|  |  |  | /** 收款账户 */ | 
|---|
|  |  |  | receiveAccount?: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | /** 实发金额 */ | 
|---|
|  |  |  | actualSettlementAmount?: number; | 
|---|
|  |  |  | /** 结算时间 */ | 
|---|
|  |  |  | settlementTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskEnterpriseQueryResult { | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 统一社会信用代码 */ | 
|---|
|  |  |  | societyCreditCode?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 企业类型 */ | 
|---|
|  |  |  | enterpriseType?: string; | 
|---|
|  |  |  | /** 注册资本 */ | 
|---|
|  |  |  | registeredCapital?: string; | 
|---|
|  |  |  | /** 成立日期 */ | 
|---|
|  |  |  | establishmentDate?: string; | 
|---|
|  |  |  | /** 企业地址 */ | 
|---|
|  |  |  | address?: string; | 
|---|
|  |  |  | /** 经营范围 */ | 
|---|
|  |  |  | mainBusiness?: string; | 
|---|
|  |  |  | /** 在招岗位数量 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskInfoQueryResult { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否认证 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 在招岗位数量 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | /** 报名人数 */ | 
|---|
|  |  |  | applyCount?: number; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | billingMethod?: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 福利 */ | 
|---|
|  |  |  | benefits?: GetTaskInfoQueryResultBenefit[]; | 
|---|
|  |  |  | /** 年龄范围最小 */ | 
|---|
|  |  |  | ageMinLimit?: number; | 
|---|
|  |  |  | /** 年龄范围大 */ | 
|---|
|  |  |  | ageMaxLimit?: number; | 
|---|
|  |  |  | genderLimit?: EnumUserGender; | 
|---|
|  |  |  | /** 资格证书类型 */ | 
|---|
|  |  |  | credentialLimits?: GetTaskInfoQueryResultCredentialLimit[]; | 
|---|
|  |  |  | /** 任务地点所属省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 任务地点所属省份 */ | 
|---|
|  |  |  | provinceContent?: string; | 
|---|
|  |  |  | /** 任务地点所属城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 任务地点所属城市 */ | 
|---|
|  |  |  | cityContent?: string; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | /** 任务地点详细地址 */ | 
|---|
|  |  |  | addressDetail?: string; | 
|---|
|  |  |  | /** 经度 */ | 
|---|
|  |  |  | longitude?: number; | 
|---|
|  |  |  | /** 纬度 */ | 
|---|
|  |  |  | latitude?: number; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 证件结束时间 */ | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | /** 是否永久 */ | 
|---|
|  |  |  | isPermanent?: boolean; | 
|---|
|  |  |  | certificateUnit?: string; | 
|---|
|  |  |  | /** 身份证正面 */ | 
|---|
|  |  |  | certificateFrontImgUrl?: string; | 
|---|
|  |  |  | /** 身份证反面 */ | 
|---|
|  |  |  | certificateBackImgUrl?: string; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 是否已收藏 */ | 
|---|
|  |  |  | isCollected?: boolean; | 
|---|
|  |  |  | status?: EnumTaskStatus; | 
|---|
|  |  |  | releaseStatus?: EnumTaskReleaseStatus; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | enterpriseEmployeeId?: string; | 
|---|
|  |  |  | applyButton?: GetTaskInfoQueryResultApplyButton; | 
|---|
|  |  |  | hireButton?: GetTaskInfoQueryResultHireButton; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserResumeCertificateListOutput { | 
|---|
|  |  |  | enum GetTaskInfoQueryResultApplyButton { | 
|---|
|  |  |  | /**待确认 */ | 
|---|
|  |  |  | WaitHire = 10, | 
|---|
|  |  |  | /**去签约 */ | 
|---|
|  |  |  | WaitSignContract = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskInfoQueryResultBenefit { | 
|---|
|  |  |  | /** 福利编号 */ | 
|---|
|  |  |  | benefitCode?: string; | 
|---|
|  |  |  | /** 福利图标 */ | 
|---|
|  |  |  | benefitField2?: string; | 
|---|
|  |  |  | /** 福利名称 */ | 
|---|
|  |  |  | benefitContent?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskInfoQueryResultCredentialLimit { | 
|---|
|  |  |  | /** 证书类型编号 */ | 
|---|
|  |  |  | typeCode?: string; | 
|---|
|  |  |  | /** 证书类型 */ | 
|---|
|  |  |  | typeContent?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum GetTaskInfoQueryResultHireButton { | 
|---|
|  |  |  | /**待开始 */ | 
|---|
|  |  |  | Wait = 1, | 
|---|
|  |  |  | /**申请验收 */ | 
|---|
|  |  |  | ApplyCheckReceive = 5, | 
|---|
|  |  |  | /**进行中 */ | 
|---|
|  |  |  | InProcess = 10, | 
|---|
|  |  |  | /**已完成 */ | 
|---|
|  |  |  | Completed = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskInfosQuery { | 
|---|
|  |  |  | /** 关键字(任务名称) */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 发布时间-开始 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 发布时间-结束 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | /** 任务地点所属城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 员工福利 */ | 
|---|
|  |  |  | benefitCodes?: string[]; | 
|---|
|  |  |  | genderLimit?: EnumUserGender; | 
|---|
|  |  |  | status?: EnumTaskStatus; | 
|---|
|  |  |  | releaseStatus?: EnumTaskReleaseStatus; | 
|---|
|  |  |  | recommendStatus?: EnumTaskRecommendStatus; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | /** 是否收藏 */ | 
|---|
|  |  |  | isCollected?: boolean; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskInfosQueryResult { | 
|---|
|  |  |  | objectData?: GetTaskInfosQueryResultObjectData; | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetTaskInfosQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskInfosQueryResultItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 证书Id */ | 
|---|
|  |  |  | certificateTypeId?: string; | 
|---|
|  |  |  | /** 证书名称 */ | 
|---|
|  |  |  | certificateTypeName?: string; | 
|---|
|  |  |  | /** 工作简历Id */ | 
|---|
|  |  |  | userResumeId?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 用户名 */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | billingMethod?: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | settlementCycle?: EnumSettlementCycle; | 
|---|
|  |  |  | /** 福利 */ | 
|---|
|  |  |  | benefits?: GetTaskInfoQueryResultBenefit[]; | 
|---|
|  |  |  | genderLimit?: EnumUserGender; | 
|---|
|  |  |  | /** 资格证书类型 */ | 
|---|
|  |  |  | credentialLimits?: GetTaskInfoQueryResultCredentialLimit[]; | 
|---|
|  |  |  | /** 任务地点所属省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 任务地点所属省份 */ | 
|---|
|  |  |  | provinceContent?: string; | 
|---|
|  |  |  | /** 任务地点所属城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 任务地点所属城市 */ | 
|---|
|  |  |  | cityContent?: string; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | /** 任务地点详细地址 */ | 
|---|
|  |  |  | addressDetail?: string; | 
|---|
|  |  |  | /** 经度 */ | 
|---|
|  |  |  | longitude?: number; | 
|---|
|  |  |  | /** 纬度 */ | 
|---|
|  |  |  | latitude?: number; | 
|---|
|  |  |  | /** 报名人数 */ | 
|---|
|  |  |  | userCount?: number; | 
|---|
|  |  |  | status?: EnumTaskStatus; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime?: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | releaseStatus?: EnumTaskReleaseStatus; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskCheckReceiveStatus; | 
|---|
|  |  |  | settlementStatus?: EnumTaskSettlementStatus; | 
|---|
|  |  |  | recommendStatus?: EnumTaskRecommendStatus; | 
|---|
|  |  |  | /** 推荐时间 */ | 
|---|
|  |  |  | recommendTime?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | /** 发布时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserResumeDetailInfoOutput { | 
|---|
|  |  |  | interface GetTaskInfosQueryResultObjectData { | 
|---|
|  |  |  | /** 待安排数量 */ | 
|---|
|  |  |  | waitAssignCount?: number; | 
|---|
|  |  |  | /** 已安排数量 */ | 
|---|
|  |  |  | completedAssignCount?: number; | 
|---|
|  |  |  | /** 发布中数量 */ | 
|---|
|  |  |  | inProcessReleaseCount?: number; | 
|---|
|  |  |  | /** 已停止数量 */ | 
|---|
|  |  |  | stoppedReleaseCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskSelectQueryOption { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskUserHireStatusQueryResult { | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskUsersQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 关键字 */ | 
|---|
|  |  |  | keywords?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskUsersQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetTaskUsersQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskUsersQueryResultItem { | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | enterpriseEmployeeId?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 身份 */ | 
|---|
|  |  |  | personalIdentityContent?: string; | 
|---|
|  |  |  | /** 学历编号 */ | 
|---|
|  |  |  | educationalBackgroundCode?: string; | 
|---|
|  |  |  | /** 学历 */ | 
|---|
|  |  |  | educationalBackgroundContent?: string; | 
|---|
|  |  |  | /** 上岗次数 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | /** 工作资历 */ | 
|---|
|  |  |  | workSeniority?: string; | 
|---|
|  |  |  | /** 工作经验 */ | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTraceIdLogQueryResult { | 
|---|
|  |  |  | /** 资源日志 */ | 
|---|
|  |  |  | resourceLogs?: GetResourceLogsQueryResultItem[]; | 
|---|
|  |  |  | /** 异常日志 */ | 
|---|
|  |  |  | exceptionLogs?: GetExceptionLogsQueryResultItem[]; | 
|---|
|  |  |  | /** 数据库审计日志 */ | 
|---|
|  |  |  | dbAuditLogs?: GetDbAuditLogsQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserInfoRolesQueryResultItem { | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 是否选中 */ | 
|---|
|  |  |  | isChecked?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeCredentialQueryResult { | 
|---|
|  |  |  | /** 资格证书Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 证书类型编号 */ | 
|---|
|  |  |  | typeCode?: string; | 
|---|
|  |  |  | /** 证书类型 */ | 
|---|
|  |  |  | typeContent?: string; | 
|---|
|  |  |  | /** 证书编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 永久证书 */ | 
|---|
|  |  |  | isForever?: boolean; | 
|---|
|  |  |  | /** 开始日期 */ | 
|---|
|  |  |  | startDate?: string; | 
|---|
|  |  |  | /** 结束日期 */ | 
|---|
|  |  |  | endDate?: string; | 
|---|
|  |  |  | /** 发证单位 */ | 
|---|
|  |  |  | issueUnit?: string; | 
|---|
|  |  |  | /** 证书正面照片 */ | 
|---|
|  |  |  | img?: string; | 
|---|
|  |  |  | /** 证书反面照片 */ | 
|---|
|  |  |  | backImg?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetUserResumeCredentialsQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeCredentialsQueryResultItem { | 
|---|
|  |  |  | /** 资格证书Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 证书类型编号 */ | 
|---|
|  |  |  | typeCode?: string; | 
|---|
|  |  |  | /** 证书类型 */ | 
|---|
|  |  |  | typeContent?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetUserResumeDetailQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeDetailQueryResult { | 
|---|
|  |  |  | /** 身高 */ | 
|---|
|  |  |  | height?: string; | 
|---|
|  |  |  | height?: number; | 
|---|
|  |  |  | /** 体重 */ | 
|---|
|  |  |  | weight?: string; | 
|---|
|  |  |  | /** 个人生活照 */ | 
|---|
|  |  |  | lifeCircleImgUrlList?: string[]; | 
|---|
|  |  |  | weight?: number; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | photos?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserResumeExpectationJobOutput { | 
|---|
|  |  |  | /** 期望岗位列表 */ | 
|---|
|  |  |  | jobIdList?: IdNameOutput[]; | 
|---|
|  |  |  | freeTime?: UserResumeFreeTimeEnum; | 
|---|
|  |  |  | jobSeekingStatus?: UserResumeJobSeekingStatusEnum; | 
|---|
|  |  |  | type GetUserResumeJobSeekingQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeJobSeekingQueryResult { | 
|---|
|  |  |  | /** 用户信息期望岗位 */ | 
|---|
|  |  |  | userExpectJobs?: GetUserResumeJobSeekingQueryResultExpectJob[]; | 
|---|
|  |  |  | freeTime?: EnumPersonalFreeTime; | 
|---|
|  |  |  | jobSeekingStatus?: EnumPersonalJobSeekingStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type UserResumeFreeTimeEnum = 1 | 2 | 3 | 4 | 5; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type UserResumeJobSeekingStatusEnum = 1 | 2 | 3; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserResumeWorkerRecordOutput { | 
|---|
|  |  |  | /** 工作时间 */ | 
|---|
|  |  |  | workTime?: string; | 
|---|
|  |  |  | /** 工作地点 */ | 
|---|
|  |  |  | workAddress?: string; | 
|---|
|  |  |  | /** 工作名称 */ | 
|---|
|  |  |  | workName?: string; | 
|---|
|  |  |  | interface GetUserResumeJobSeekingQueryResultExpectJob { | 
|---|
|  |  |  | /** 期望岗位上级编号 */ | 
|---|
|  |  |  | expectJobParentCode?: string; | 
|---|
|  |  |  | /** 期望岗位编号 */ | 
|---|
|  |  |  | expectJobCode?: string; | 
|---|
|  |  |  | /** 期望岗位 */ | 
|---|
|  |  |  | expectJobContent?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UserResumeWorkExperienceOutput { | 
|---|
|  |  |  | /** 工作年限 */ | 
|---|
|  |  |  | workingSeniority?: string; | 
|---|
|  |  |  | type GetUserResumePersonalQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumePersonalQueryResult { | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 身份 */ | 
|---|
|  |  |  | personalIdentityContent?: string; | 
|---|
|  |  |  | /** 学历编号 */ | 
|---|
|  |  |  | educationalBackgroundCode?: string; | 
|---|
|  |  |  | /** 学历 */ | 
|---|
|  |  |  | educationalBackgroundContent?: string; | 
|---|
|  |  |  | /** 常驻省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 常驻省份 */ | 
|---|
|  |  |  | provinceContent?: string; | 
|---|
|  |  |  | /** 常驻城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 常驻城市 */ | 
|---|
|  |  |  | cityContent?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeQueryResult { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 完善度 */ | 
|---|
|  |  |  | completeRate?: number; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 上岗次数 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | /** 常驻省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 常驻省份 */ | 
|---|
|  |  |  | provinceContent?: string; | 
|---|
|  |  |  | /** 常驻城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 常驻城市 */ | 
|---|
|  |  |  | cityContent?: string; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 身份 */ | 
|---|
|  |  |  | personalIdentityContent?: string; | 
|---|
|  |  |  | /** 学历编号 */ | 
|---|
|  |  |  | educationalBackgroundCode?: string; | 
|---|
|  |  |  | /** 学历 */ | 
|---|
|  |  |  | educationalBackgroundContent?: string; | 
|---|
|  |  |  | /** 用户信息期望岗位 */ | 
|---|
|  |  |  | userExpectJobs?: GetUserResumeQueryResultExpectJob[]; | 
|---|
|  |  |  | freeTime?: EnumPersonalFreeTime; | 
|---|
|  |  |  | jobSeekingStatus?: EnumPersonalJobSeekingStatus; | 
|---|
|  |  |  | /** 用户信息资格证书 */ | 
|---|
|  |  |  | userCredentials?: GetUserResumeQueryResultCredential[]; | 
|---|
|  |  |  | /** 工作资历 */ | 
|---|
|  |  |  | workSeniority?: string; | 
|---|
|  |  |  | /** 工作经验 */ | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | /** 身高 */ | 
|---|
|  |  |  | height?: number; | 
|---|
|  |  |  | /** 体重 */ | 
|---|
|  |  |  | weight?: number; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | photos?: string[]; | 
|---|
|  |  |  | /** 经历 */ | 
|---|
|  |  |  | taskInfoUsers?: GetUserResumeQueryResultExperience[]; | 
|---|
|  |  |  | /** 是否已收藏 */ | 
|---|
|  |  |  | isCollected?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeQueryResultCredential { | 
|---|
|  |  |  | /** 证书类型编号 */ | 
|---|
|  |  |  | typeCode?: string; | 
|---|
|  |  |  | /** 证书类型 */ | 
|---|
|  |  |  | typeContent?: string; | 
|---|
|  |  |  | /** 证书编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 永久证书 */ | 
|---|
|  |  |  | isForever?: boolean; | 
|---|
|  |  |  | /** 开始日期 */ | 
|---|
|  |  |  | startDate?: string; | 
|---|
|  |  |  | /** 结束日期 */ | 
|---|
|  |  |  | endDate?: string; | 
|---|
|  |  |  | /** 发证单位 */ | 
|---|
|  |  |  | issueUnit?: string; | 
|---|
|  |  |  | /** 证书正面照片 */ | 
|---|
|  |  |  | img?: string; | 
|---|
|  |  |  | /** 证书反面照片 */ | 
|---|
|  |  |  | backImg?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeQueryResultExpectJob { | 
|---|
|  |  |  | /** 期望岗位上级编号 */ | 
|---|
|  |  |  | expectJobParentCode?: string; | 
|---|
|  |  |  | /** 期望岗位编号 */ | 
|---|
|  |  |  | expectJobCode?: string; | 
|---|
|  |  |  | /** 期望岗位 */ | 
|---|
|  |  |  | expectJobContent?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeQueryResultExperience { | 
|---|
|  |  |  | /** 录用时间 */ | 
|---|
|  |  |  | hireTime?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumesQuery { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 期望岗位编号 */ | 
|---|
|  |  |  | userExpectJobs?: string[]; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 年龄范围最小 */ | 
|---|
|  |  |  | ageMin?: number; | 
|---|
|  |  |  | /** 年龄范围大 */ | 
|---|
|  |  |  | ageMax?: number; | 
|---|
|  |  |  | /** 资格证书编号 */ | 
|---|
|  |  |  | userCredentials?: string[]; | 
|---|
|  |  |  | /** 是否已收藏 */ | 
|---|
|  |  |  | isCollected?: boolean; | 
|---|
|  |  |  | /** 是否已联系 */ | 
|---|
|  |  |  | isContacted?: boolean; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumesQueryResult { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetUserResumesQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumesQueryResultItem { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 年龄 */ | 
|---|
|  |  |  | age?: number; | 
|---|
|  |  |  | gender?: EnumUserGender; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | /** 实名时间 */ | 
|---|
|  |  |  | realTime?: string; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode?: string; | 
|---|
|  |  |  | /** 身份 */ | 
|---|
|  |  |  | personalIdentityContent?: string; | 
|---|
|  |  |  | /** 学历编号 */ | 
|---|
|  |  |  | educationalBackgroundCode?: string; | 
|---|
|  |  |  | /** 学历 */ | 
|---|
|  |  |  | educationalBackgroundContent?: string; | 
|---|
|  |  |  | /** 上岗次数 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | /** 工作资历 */ | 
|---|
|  |  |  | workSeniority?: string; | 
|---|
|  |  |  | /** 工作经验 */ | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetUserResumeWorkExperienceQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetUserResumeWorkExperienceQueryResult { | 
|---|
|  |  |  | /** 工作资历 */ | 
|---|
|  |  |  | workSeniority?: string; | 
|---|
|  |  |  | /** 工作经验 */ | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type UserTypeEnum = 1 | 2; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type VerificationCodeBusinessTypeEnum = 10 | 11 | 20 | 30 | 40 | 70 | 900 | 910 | 920 | 930; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type VerifyStatus = 10 | -10; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface VersionCache { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | departmentCount?: number; | 
|---|
|  |  |  | apiCount?: number; | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | interface ImportEnterpriseEmployeesCommand { | 
|---|
|  |  |  | /** Excel地址 */ | 
|---|
|  |  |  | excelUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface VersionCreate { | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | departmentCount?: number; | 
|---|
|  |  |  | apiCount?: number; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | interface ImportEnterpriseEmployeesCommandResult { | 
|---|
|  |  |  | /** 总数 */ | 
|---|
|  |  |  | totalCount?: number; | 
|---|
|  |  |  | /** 成功数量 */ | 
|---|
|  |  |  | successCount?: number; | 
|---|
|  |  |  | /** 失败数量 */ | 
|---|
|  |  |  | failCount?: number; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | errors?: ImportEnterpriseEmployeesCommandResultError[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface VersionDto { | 
|---|
|  |  |  | interface ImportEnterpriseEmployeesCommandResultError { | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | errorMessage?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface InviteElectronSignCommand { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 合同模板Id */ | 
|---|
|  |  |  | contractTemplateId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface LoginCommandCallback { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | departmentCount?: number; | 
|---|
|  |  |  | apiCount?: number; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface VersionDtoPageOutput { | 
|---|
|  |  |  | pageModel?: Pagination; | 
|---|
|  |  |  | objectData?: any; | 
|---|
|  |  |  | data?: VersionDto[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface VersionUpdateInput { | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | departmentCount?: number; | 
|---|
|  |  |  | apiCount?: number; | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | sequence?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface WindowsTimeZone { | 
|---|
|  |  |  | timeZoneId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type WxMiniAppEnum = 10; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface WxMiniAppIndentityInfo { | 
|---|
|  |  |  | /** 会话密钥 */ | 
|---|
|  |  |  | /** 用户访问令牌 */ | 
|---|
|  |  |  | accessToken?: string; | 
|---|
|  |  |  | /** 刷新令牌 */ | 
|---|
|  |  |  | refreshToken?: string; | 
|---|
|  |  |  | /** 会话秘钥(仅用于微信小程序授权登录) */ | 
|---|
|  |  |  | sessionKey?: string; | 
|---|
|  |  |  | /** 小程序OpenId */ | 
|---|
|  |  |  | openId?: string; | 
|---|
|  |  |  | /** 用户名(该值为空则需手机授权登录,不为空则已有该小程序用户) */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | /** 是否已绑定手机号(仅用于微信小程序授权登录) */ | 
|---|
|  |  |  | isBindPhoneNumber?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface WxMiniAppLoginInfo { | 
|---|
|  |  |  | /** 状态:-10:二维码过期/登录时效过期,0:登录初始/二维码初生成,10:登录确认 */ | 
|---|
|  |  |  | status?: number; | 
|---|
|  |  |  | interface OpenEnterpriseWalletCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 账号 */ | 
|---|
|  |  |  | account?: string; | 
|---|
|  |  |  | /** 商户Id */ | 
|---|
|  |  |  | merchantId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface OpenEnterpriseWalletCommandResult { | 
|---|
|  |  |  | /** 签约地址 */ | 
|---|
|  |  |  | signUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryPageModel { | 
|---|
|  |  |  | /** 行数 */ | 
|---|
|  |  |  | rows?: number; | 
|---|
|  |  |  | /** 页码 */ | 
|---|
|  |  |  | page?: number; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | orderInput?: PagedListQueryPageModelOrderInput[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryPageModelOrderInput { | 
|---|
|  |  |  | /** 属性 */ | 
|---|
|  |  |  | property?: string; | 
|---|
|  |  |  | order?: EnumPagedListOrder; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryResultGetDictionaryCategoriesQueryResultItem { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetDictionaryCategoriesQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryResultGetDictionaryDatasQueryResultItem { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetDictionaryDatasQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryResultGetEnterprisesQueryResultItem { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetEnterprisesQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryResultGetOperationUserInfosQueryResultItem { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetOperationUserInfosQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryResultGetRolesQueryResultItem { | 
|---|
|  |  |  | pageModel?: PagedListQueryResultPageModel; | 
|---|
|  |  |  | /** 数据 */ | 
|---|
|  |  |  | data?: GetRolesQueryResultItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryResultPageModel { | 
|---|
|  |  |  | /** 总数 */ | 
|---|
|  |  |  | totalCount?: number; | 
|---|
|  |  |  | /** 页数 */ | 
|---|
|  |  |  | totalPage?: number; | 
|---|
|  |  |  | /** 行数 */ | 
|---|
|  |  |  | rows?: number; | 
|---|
|  |  |  | /** 页码 */ | 
|---|
|  |  |  | page?: number; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | orderInput?: PagedListQueryPageModelOrderInput[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PasswordLoginCommand { | 
|---|
|  |  |  | /** 账号 */ | 
|---|
|  |  |  | userName: string; | 
|---|
|  |  |  | /** 密码 */ | 
|---|
|  |  |  | password: string; | 
|---|
|  |  |  | type?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PersonalUserElectronSignCommand { | 
|---|
|  |  |  | /** 灵工Id(二选一) */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 邀约短信编号(二选一) */ | 
|---|
|  |  |  | smsCode?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PersonalUserElectronSignCommandResult { | 
|---|
|  |  |  | /** 签署合同短链接 */ | 
|---|
|  |  |  | signContractShortUrl?: string; | 
|---|
|  |  |  | /** 签署合同长链接 */ | 
|---|
|  |  |  | signContractLongUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PersonalUserFaceRealCommand { | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity: string; | 
|---|
|  |  |  | /** 身份证人像面 */ | 
|---|
|  |  |  | identityImg: string; | 
|---|
|  |  |  | /** 身份证国徽面 */ | 
|---|
|  |  |  | identityBackImg: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PersonalUserIdentity3RealCommand { | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity: string; | 
|---|
|  |  |  | /** 身份证人像面 */ | 
|---|
|  |  |  | identityImg: string; | 
|---|
|  |  |  | /** 身份证国徽面 */ | 
|---|
|  |  |  | identityBackImg: string; | 
|---|
|  |  |  | /** 验证码 */ | 
|---|
|  |  |  | verifyCode: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RechargeEnterpriseWalletCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 充值备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RechargeEnterpriseWalletCommandResult { | 
|---|
|  |  |  | /** 支付地址 */ | 
|---|
|  |  |  | payUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RegisterPersonalUserCommand { | 
|---|
|  |  |  | /** 手机号码 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | /** 验证码 */ | 
|---|
|  |  |  | verifyCode: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface ResendResourceCommand { | 
|---|
|  |  |  | /** 资源日志Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RevokeTaskSettlementOrderCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveCodeUrlCommand { | 
|---|
|  |  |  | scene?: EnumCodeUrlScene; | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 参数1 */ | 
|---|
|  |  |  | paramValue1?: string; | 
|---|
|  |  |  | /** 参数2 */ | 
|---|
|  |  |  | paramValue2?: string; | 
|---|
|  |  |  | /** 参数3 */ | 
|---|
|  |  |  | paramValue3?: string; | 
|---|
|  |  |  | /** 参数4 */ | 
|---|
|  |  |  | paramValue4?: string; | 
|---|
|  |  |  | /** 参数5 */ | 
|---|
|  |  |  | paramValue5?: string; | 
|---|
|  |  |  | /** 过期时间 */ | 
|---|
|  |  |  | expiredTime?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveContractTemplateCommand { | 
|---|
|  |  |  | /** 企业Id(运营端保存时) */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 模板名称 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 模板 */ | 
|---|
|  |  |  | file: string; | 
|---|
|  |  |  | /** 制版模板照片 */ | 
|---|
|  |  |  | templateEditData?: string; | 
|---|
|  |  |  | /** 业务编码 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | templateId?: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveContractTemplateValuesCommand { | 
|---|
|  |  |  | /** 模板Id */ | 
|---|
|  |  |  | id: string; | 
|---|
|  |  |  | /** 制版变量JSON */ | 
|---|
|  |  |  | templateJsonData?: string; | 
|---|
|  |  |  | /** 变量 */ | 
|---|
|  |  |  | values: SaveContractTemplateValuesCommandItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveContractTemplateValuesCommandItem { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | type?: EnumContractTemplateValueType; | 
|---|
|  |  |  | recorder?: EnumContractTemplateValueRecorder; | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | /** 变量名称 */ | 
|---|
|  |  |  | label?: string; | 
|---|
|  |  |  | /** 变量代码 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 绑定字段 */ | 
|---|
|  |  |  | bindProperty?: string; | 
|---|
|  |  |  | /** 是否必填 */ | 
|---|
|  |  |  | required?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveDictionaryCategoryCommand { | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 字段名(逗号隔开) */ | 
|---|
|  |  |  | fieldNames?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveDictionaryDataCommand { | 
|---|
|  |  |  | /** 类别Id(Id/编号二选一) */ | 
|---|
|  |  |  | categoryId?: string; | 
|---|
|  |  |  | /** 类别编号(Id/编号二选一) */ | 
|---|
|  |  |  | categoryCode?: string; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code: string; | 
|---|
|  |  |  | /** 显示内容 */ | 
|---|
|  |  |  | content: string; | 
|---|
|  |  |  | /** 字段1 */ | 
|---|
|  |  |  | field1?: string; | 
|---|
|  |  |  | /** 字段2 */ | 
|---|
|  |  |  | field2?: string; | 
|---|
|  |  |  | /** 字段3 */ | 
|---|
|  |  |  | field3?: string; | 
|---|
|  |  |  | /** 字段4 */ | 
|---|
|  |  |  | field4?: string; | 
|---|
|  |  |  | /** 字段5 */ | 
|---|
|  |  |  | field5?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveEnterpriseCommand { | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName: string; | 
|---|
|  |  |  | /** 统一社会信用代码 */ | 
|---|
|  |  |  | societyCreditCode: string; | 
|---|
|  |  |  | /** 法人姓名 */ | 
|---|
|  |  |  | legalPerson?: string; | 
|---|
|  |  |  | /** 法人身份证号 */ | 
|---|
|  |  |  | legalIdentity?: string; | 
|---|
|  |  |  | /** 所在省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 所在城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 所属行业编号 */ | 
|---|
|  |  |  | industryTypeCode?: string; | 
|---|
|  |  |  | /** 主营业务 */ | 
|---|
|  |  |  | mainBusiness?: string; | 
|---|
|  |  |  | /** 联系人 */ | 
|---|
|  |  |  | contacts?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 联系邮箱 */ | 
|---|
|  |  |  | contactEmail?: string; | 
|---|
|  |  |  | /** 账号 */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | /** 密码 */ | 
|---|
|  |  |  | password?: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveEnterpriseCostCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | type?: EnumEnterpriseCostType; | 
|---|
|  |  |  | /** 合同模板Id */ | 
|---|
|  |  |  | contractTemplateId?: string; | 
|---|
|  |  |  | /** 灵工合同Id */ | 
|---|
|  |  |  | enterpriseEmployeeContractId?: string; | 
|---|
|  |  |  | status?: EnumEnterpriseCostStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveMenuButtonCommand { | 
|---|
|  |  |  | /** 菜单Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 分组名称(用于按钮/字段) */ | 
|---|
|  |  |  | group?: string; | 
|---|
|  |  |  | /** 位置(用于按钮) */ | 
|---|
|  |  |  | location?: string; | 
|---|
|  |  |  | /** 图标 */ | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | /** 宽度(用于按钮/列/元素) */ | 
|---|
|  |  |  | width?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveMenuCommand { | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | /** 上级Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | type?: EnumMenuType; | 
|---|
|  |  |  | visitLevel?: EnumMenuVisitLevel; | 
|---|
|  |  |  | /** 图标 */ | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | /** 链接地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 是否缓存 */ | 
|---|
|  |  |  | isCache?: boolean; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 分组 */ | 
|---|
|  |  |  | groups?: SaveMenuCommandGroup[]; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveMenuCommandButton { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 图标 */ | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | /** 宽度(用于按钮/列/元素) */ | 
|---|
|  |  |  | width?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveMenuCommandButtonLocation { | 
|---|
|  |  |  | /** 位置(用于按钮) */ | 
|---|
|  |  |  | location?: string; | 
|---|
|  |  |  | /** 按钮 */ | 
|---|
|  |  |  | buttons?: SaveMenuCommandButton[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveMenuCommandField { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 宽度(用于按钮/列/元素) */ | 
|---|
|  |  |  | width?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveMenuCommandGroup { | 
|---|
|  |  |  | /** 分组名称(用于按钮/字段) */ | 
|---|
|  |  |  | group?: string; | 
|---|
|  |  |  | /** 按钮位置 */ | 
|---|
|  |  |  | buttonLocations?: SaveMenuCommandButtonLocation[]; | 
|---|
|  |  |  | /** 字段 */ | 
|---|
|  |  |  | fields?: SaveMenuCommandField[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveMenuFieldCommand { | 
|---|
|  |  |  | /** 菜单Id */ | 
|---|
|  |  |  | parentId?: string; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 分组名称(用于按钮/字段) */ | 
|---|
|  |  |  | group?: string; | 
|---|
|  |  |  | /** 位置(用于按钮) */ | 
|---|
|  |  |  | location?: string; | 
|---|
|  |  |  | /** 图标 */ | 
|---|
|  |  |  | icon?: string; | 
|---|
|  |  |  | /** 宽度(用于按钮/列/元素) */ | 
|---|
|  |  |  | width?: string; | 
|---|
|  |  |  | /** 排序 */ | 
|---|
|  |  |  | sort?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SavePersonalUserBankCardCommand { | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 银行卡号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | bank?: string; | 
|---|
|  |  |  | /** 所属支行 */ | 
|---|
|  |  |  | bankBranch?: string; | 
|---|
|  |  |  | /** 银行预留手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveRoleCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | userType?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | /** 最低级别 */ | 
|---|
|  |  |  | minLevel?: number; | 
|---|
|  |  |  | dataPower?: EnumRoleWebApiDataPower; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 菜单Id */ | 
|---|
|  |  |  | menuIds?: string[]; | 
|---|
|  |  |  | /** 资源 */ | 
|---|
|  |  |  | resources?: GetRoleQueryResultResource[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveTaskInfoCommand { | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | billingMethod: EnumBillingMethod; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee: number; | 
|---|
|  |  |  | settlementCycle: EnumSettlementCycle; | 
|---|
|  |  |  | /** 福利编号 */ | 
|---|
|  |  |  | benefits?: string[]; | 
|---|
|  |  |  | /** 年龄范围最小 */ | 
|---|
|  |  |  | ageMinLimit: number; | 
|---|
|  |  |  | /** 年龄范围大 */ | 
|---|
|  |  |  | ageMaxLimit: number; | 
|---|
|  |  |  | genderLimit: EnumUserGender; | 
|---|
|  |  |  | /** 资格证书类型编号 */ | 
|---|
|  |  |  | credentialLimits?: string[]; | 
|---|
|  |  |  | /** 任务地点所属省份编号 */ | 
|---|
|  |  |  | provinceCode: string; | 
|---|
|  |  |  | /** 任务地点所属城市编号 */ | 
|---|
|  |  |  | cityCode: string; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName: string; | 
|---|
|  |  |  | /** 任务地点详细地址 */ | 
|---|
|  |  |  | addressDetail: string; | 
|---|
|  |  |  | /** 经度 */ | 
|---|
|  |  |  | longitude?: number; | 
|---|
|  |  |  | /** 纬度 */ | 
|---|
|  |  |  | latitude?: number; | 
|---|
|  |  |  | /** 任务开始时间 */ | 
|---|
|  |  |  | beginTime: string; | 
|---|
|  |  |  | /** 任务结束时间 */ | 
|---|
|  |  |  | endTime: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeCredentialCommand { | 
|---|
|  |  |  | /** 证书类型编号 */ | 
|---|
|  |  |  | typeCode: string; | 
|---|
|  |  |  | /** 证书编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 永久证书 */ | 
|---|
|  |  |  | isForever?: boolean; | 
|---|
|  |  |  | /** 开始日期 */ | 
|---|
|  |  |  | startDate?: string; | 
|---|
|  |  |  | /** 结束日期 */ | 
|---|
|  |  |  | endDate?: string; | 
|---|
|  |  |  | /** 发证单位 */ | 
|---|
|  |  |  | issueUnit?: string; | 
|---|
|  |  |  | /** 证书正面照片 */ | 
|---|
|  |  |  | img: string; | 
|---|
|  |  |  | /** 证书反面照片 */ | 
|---|
|  |  |  | backImg?: string; | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeDetailCommand { | 
|---|
|  |  |  | /** 身高 */ | 
|---|
|  |  |  | height?: number; | 
|---|
|  |  |  | /** 体重 */ | 
|---|
|  |  |  | weight?: number; | 
|---|
|  |  |  | /** 生活照 */ | 
|---|
|  |  |  | photos?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeJobSeekingCommand { | 
|---|
|  |  |  | /** 用户信息期望岗位 */ | 
|---|
|  |  |  | userExpectJobs: string[]; | 
|---|
|  |  |  | freeTime: EnumPersonalFreeTime; | 
|---|
|  |  |  | jobSeekingStatus: EnumPersonalJobSeekingStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumePersonalCommand { | 
|---|
|  |  |  | /** 头像 */ | 
|---|
|  |  |  | avatar?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 身份编号 */ | 
|---|
|  |  |  | personalIdentityCode: string; | 
|---|
|  |  |  | /** 学历编号 */ | 
|---|
|  |  |  | educationalBackgroundCode: string; | 
|---|
|  |  |  | /** 常驻省份编号 */ | 
|---|
|  |  |  | provinceCode: string; | 
|---|
|  |  |  | /** 常驻城市编号 */ | 
|---|
|  |  |  | cityCode: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveUserResumeWorkExperienceCommand { | 
|---|
|  |  |  | /** 工作资历 */ | 
|---|
|  |  |  | workSeniority?: string; | 
|---|
|  |  |  | /** 工作经验 */ | 
|---|
|  |  |  | workExperience?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SelectOptionGuidGetDictionaryCategorySelectQueryOption { | 
|---|
|  |  |  | /** 值 */ | 
|---|
|  |  |  | value?: string; | 
|---|
|  |  |  | /** 标签 */ | 
|---|
|  |  |  | label?: string; | 
|---|
|  |  |  | data?: GetDictionaryCategorySelectQueryOption; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SelectOptionGuidGetEnterpriseContractTemplateSelectQueryOption { | 
|---|
|  |  |  | /** 值 */ | 
|---|
|  |  |  | value?: string; | 
|---|
|  |  |  | /** 标签 */ | 
|---|
|  |  |  | label?: string; | 
|---|
|  |  |  | data?: GetEnterpriseContractTemplateSelectQueryOption; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SelectOptionGuidGetTaskSelectQueryOption { | 
|---|
|  |  |  | /** 值 */ | 
|---|
|  |  |  | value?: string; | 
|---|
|  |  |  | /** 标签 */ | 
|---|
|  |  |  | label?: string; | 
|---|
|  |  |  | data?: GetTaskSelectQueryOption; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SelectOptionStringGetDictionaryDataSelectQueryResultOption { | 
|---|
|  |  |  | /** 值 */ | 
|---|
|  |  |  | value?: string; | 
|---|
|  |  |  | /** 标签 */ | 
|---|
|  |  |  | label?: string; | 
|---|
|  |  |  | data?: GetDictionaryDataSelectQueryResultOption; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendInviteElectronSignSmsCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 合同模板Id */ | 
|---|
|  |  |  | contractTemplateId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendLoginOrRegisterVerifyCodeCommand { | 
|---|
|  |  |  | /** 手机号码 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SendPersonalUserIdentity3RealSmsCommand { | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | /** 身份证号 */ | 
|---|
|  |  |  | identity: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetDictionaryDataIsDisabledCommand { | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 是否已禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetEnterpriseElectronSignSettingCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 电子签通道 */ | 
|---|
|  |  |  | electronSignAccesses?: EnumElectronSignAccess[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetEnterpriseSmsSettingCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | smsAccess?: EnumSmsAccess; | 
|---|
|  |  |  | /** 短信费用 */ | 
|---|
|  |  |  | smsCost?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetIsDisabledContractTemplateCommand { | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 是否已禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetMenuSwitchCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | type?: EnumMenuType; | 
|---|
|  |  |  | /** 是否禁用(null时不更新) */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 是否缓存(null时不更新) */ | 
|---|
|  |  |  | isCache?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetRoleIsDisabledCommand { | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | /** 是否已禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetRoleUserInfosCommand { | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | roleId?: string; | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | userInfoIds?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetTaskInfoRecommendStatusCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | recommendStatus?: EnumTaskRecommendStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetTaskInfoReleaseStatusCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | releaseStatus?: EnumTaskReleaseStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetTaskUserArrangeCommand { | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | arrangeStatus?: EnumTaskUserArrangeStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetTaskUserHireCommand { | 
|---|
|  |  |  | /** 任务人员Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | hireStatus?: EnumTaskUserHireStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetUserInfoRolesCommand { | 
|---|
|  |  |  | /** 用户Id */ | 
|---|
|  |  |  | userInfoId?: string; | 
|---|
|  |  |  | /** 角色Id */ | 
|---|
|  |  |  | roleIds?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SetUserInfoStatusCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | status?: EnumUserStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SmsLoginCommand { | 
|---|
|  |  |  | /** 手机号码 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | /** 验证码 */ | 
|---|
|  |  |  | verifyCode?: string; | 
|---|
|  |  |  | type?: EnumUserType; | 
|---|
|  |  |  | clientType?: EnumClientType; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface StopElectronSignCommand { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | ids?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SubmitCheckReceiveTaskCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 日期 */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | /** 附件 */ | 
|---|
|  |  |  | files?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SureTaskSettlementCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SureTaskSettlementOrderCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | taskInfoId?: string; | 
|---|
|  |  |  | /** 结算单地址 */ | 
|---|
|  |  |  | settlementOrderUrl?: string; | 
|---|
|  |  |  | /** 结算名单 */ | 
|---|
|  |  |  | taskInfoUsers?: SureTaskSettlementOrderCommandUser[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SureTaskSettlementOrderCommandUser { | 
|---|
|  |  |  | /** 任务用户Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | bank?: string; | 
|---|
|  |  |  | /** 开户支行名称 */ | 
|---|
|  |  |  | bankBranch?: string; | 
|---|
|  |  |  | /** 收款账户 */ | 
|---|
|  |  |  | receiveAccount: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount: number; | 
|---|
|  |  |  | /** 实发金额 */ | 
|---|
|  |  |  | actualSettlementAmount: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type SyncDatabaseCommand = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SyncElectronSignSettingsCommand { | 
|---|
|  |  |  | /** 项 */ | 
|---|
|  |  |  | items?: SyncElectronSignSettingsCommandItem[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SyncElectronSignSettingsCommandItem { | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 实名费用 */ | 
|---|
|  |  |  | realVerifyCost?: number; | 
|---|
|  |  |  | /** 签约费用 */ | 
|---|
|  |  |  | signCost?: number; | 
|---|
|  |  |  | /** 一口价 */ | 
|---|
|  |  |  | mergeSignCost?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SyncEnterpriseUserCommand { | 
|---|
|  |  |  | dataSource?: EnumDataSource; | 
|---|
|  |  |  | /** 数据来源Id */ | 
|---|
|  |  |  | dataSourceId?: string; | 
|---|
|  |  |  | /** 密码 */ | 
|---|
|  |  |  | password?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 用户名 */ | 
|---|
|  |  |  | userName?: string; | 
|---|
|  |  |  | accessToken?: IdentityModelTokenCacheItem; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | status?: EnumUserStatus; | 
|---|
|  |  |  | enterprise?: SyncEnterpriseUserCommandEnterprise; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface WxMiniAppPhoneAuthLoginFromScanInput { | 
|---|
|  |  |  | /** (扫码)登录Id */ | 
|---|
|  |  |  | uId: string; | 
|---|
|  |  |  | /** 包括敏感数据在内的完整用户信息的加密数据 */ | 
|---|
|  |  |  | encryptedData: string; | 
|---|
|  |  |  | /** 加密算法的初始向量 */ | 
|---|
|  |  |  | iv: string; | 
|---|
|  |  |  | /** 获取会话密钥 */ | 
|---|
|  |  |  | sessionKey: string; | 
|---|
|  |  |  | /** 小程序OpenId */ | 
|---|
|  |  |  | openId: string; | 
|---|
|  |  |  | wxMiniApp?: WxMiniAppEnum; | 
|---|
|  |  |  | interface SyncEnterpriseUserCommandEnterprise { | 
|---|
|  |  |  | /** 园区Id */ | 
|---|
|  |  |  | industrialParkId?: string; | 
|---|
|  |  |  | /** 企业全称 */ | 
|---|
|  |  |  | enterpriseName: string; | 
|---|
|  |  |  | /** 统一社会信用代码 */ | 
|---|
|  |  |  | societyCreditCode: string; | 
|---|
|  |  |  | /** 营业执照照片 */ | 
|---|
|  |  |  | licenseImage?: string; | 
|---|
|  |  |  | /** 法人姓名 */ | 
|---|
|  |  |  | legalPerson?: string; | 
|---|
|  |  |  | /** 法人身份证号 */ | 
|---|
|  |  |  | legalIdentity?: string; | 
|---|
|  |  |  | /** 所在省份编号 */ | 
|---|
|  |  |  | provinceCode?: string; | 
|---|
|  |  |  | /** 所在城市编号 */ | 
|---|
|  |  |  | cityCode?: string; | 
|---|
|  |  |  | /** 联系人 */ | 
|---|
|  |  |  | contacts?: string; | 
|---|
|  |  |  | /** 联系电话 */ | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 联系邮箱 */ | 
|---|
|  |  |  | contactEmail?: string; | 
|---|
|  |  |  | payAccess?: EnumPayAccess; | 
|---|
|  |  |  | /** 开户总行 */ | 
|---|
|  |  |  | bankName?: string; | 
|---|
|  |  |  | /** 开户支行 */ | 
|---|
|  |  |  | bankBranchName?: string; | 
|---|
|  |  |  | /** 银行账户 */ | 
|---|
|  |  |  | bankCard?: string; | 
|---|
|  |  |  | /** 是否已校验银行账户 */ | 
|---|
|  |  |  | isCheckedBankCard?: boolean; | 
|---|
|  |  |  | /** 电子签通道 */ | 
|---|
|  |  |  | electronSignAccesses?: EnumElectronSignAccess[]; | 
|---|
|  |  |  | realAccess?: EnumRealAccess; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | enterpriseAuth?: SyncEnterpriseUserCommandEnterpriseAuth; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface WxMiniAppPhoneLoginInput { | 
|---|
|  |  |  | /** 包括敏感数据在内的完整用户信息的加密数据 */ | 
|---|
|  |  |  | encryptedData: string; | 
|---|
|  |  |  | /** 加密算法的初始向量 */ | 
|---|
|  |  |  | iv: string; | 
|---|
|  |  |  | /** 获取会话密钥 */ | 
|---|
|  |  |  | sessionKey: string; | 
|---|
|  |  |  | /** 小程序OpenId */ | 
|---|
|  |  |  | openId: string; | 
|---|
|  |  |  | wxMiniApp?: WxMiniAppEnum; | 
|---|
|  |  |  | interface SyncEnterpriseUserCommandEnterpriseAuth { | 
|---|
|  |  |  | enterpriseRealMethod?: EnumEnterpriseRealMethod; | 
|---|
|  |  |  | personalRealMethod?: EnumPersonalRealMethod; | 
|---|
|  |  |  | /** 法人姓名 */ | 
|---|
|  |  |  | legalPerson?: string; | 
|---|
|  |  |  | /** 法人身份证号 */ | 
|---|
|  |  |  | legalIdentity?: string; | 
|---|
|  |  |  | /** 法人或经办人姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 法人或经办人身份证号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 法人或经办人身份证人像面 */ | 
|---|
|  |  |  | identityImg?: string; | 
|---|
|  |  |  | /** 法人或经办人身份证国徽面 */ | 
|---|
|  |  |  | identityBackImg?: string; | 
|---|
|  |  |  | /** 法人或经办人银行卡号 */ | 
|---|
|  |  |  | bankCard?: string; | 
|---|
|  |  |  | /** 法人或经办人银行卡照片 */ | 
|---|
|  |  |  | bankCardImg?: string; | 
|---|
|  |  |  | /** 法人或经办人手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | /** 是否委托经办人 */ | 
|---|
|  |  |  | proxy?: boolean; | 
|---|
|  |  |  | /** 企业授权书 */ | 
|---|
|  |  |  | proxyPowerAttorneyUrl?: string; | 
|---|
|  |  |  | /** 第三方实名通道账号 */ | 
|---|
|  |  |  | certAccount?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface WxMiniAppUserLoginFromScanInput { | 
|---|
|  |  |  | /** (扫码)登录Id */ | 
|---|
|  |  |  | uId: string; | 
|---|
|  |  |  | type SyncHumanResourcesAreaDictionaryDataCommand = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SyncOperationUserCommand { | 
|---|
|  |  |  | dataSource?: EnumDataSource; | 
|---|
|  |  |  | /** 数据来源Id */ | 
|---|
|  |  |  | dataSourceId?: string; | 
|---|
|  |  |  | /** 姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 用户名 */ | 
|---|
|  |  |  | userName: string; | 
|---|
|  |  |  | /** 小程序OpenId */ | 
|---|
|  |  |  | openId: string; | 
|---|
|  |  |  | /** 手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | /** 密码 */ | 
|---|
|  |  |  | password?: string; | 
|---|
|  |  |  | /** 园区Id */ | 
|---|
|  |  |  | industrialParkIds?: string[]; | 
|---|
|  |  |  | status?: EnumUserStatus; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UpdatePhoneNumberVerifyCodeCommand { | 
|---|
|  |  |  | /** 手机号码 */ | 
|---|
|  |  |  | phoneNumber: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface UploadFileCommandResult { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface WxmpLoginCommand { | 
|---|
|  |  |  | /** 用户登录凭证 */ | 
|---|
|  |  |  | code: string; | 
|---|
|  |  |  | type?: EnumUserType; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|