| | |
| | | operatorToken?: string; |
| | | } |
| | | |
| | | interface APIgetStandardServiceParams { |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface APIgetSupplierEnterpriseSelectParams { |
| | | /** 查询供应商选择器数据 */ |
| | | request?: GetSupplierEnterpriseSelectQuery; |
| | |
| | | Supplier = 0, |
| | | /**甲方企业 */ |
| | | PartyA = 1, |
| | | /**平台 */ |
| | | Platform = 999, |
| | | } |
| | | |
| | | enum EnumEnterpriseWalletAccess { |
| | |
| | | enum EnumResourceController { |
| | | /**数据字典 */ |
| | | FlexJobServerDictionary = 0, |
| | | /**标准订单服务 */ |
| | | FlexJobServerStandardService = 1, |
| | | /**任务 */ |
| | | FlexJobServerTask = 1, |
| | | FlexJobServerTask = 2, |
| | | /**任务人员 */ |
| | | FlexJobServerTaskUser = 2, |
| | | FlexJobServerTaskUser = 3, |
| | | /**任务验收 */ |
| | | FlexJobServerTaskCheckReceive = 3, |
| | | FlexJobServerTaskCheckReceive = 4, |
| | | /**投保产品 */ |
| | | FlexJobServerInsuranceProduct = 4, |
| | | FlexJobServerInsuranceProduct = 5, |
| | | /**企业投保产品 */ |
| | | FlexJobServerEnterpriseInsuranceProduct = 5, |
| | | FlexJobServerEnterpriseInsuranceProduct = 6, |
| | | /**编号地址 */ |
| | | CommonServerCodeUrls = 6, |
| | | CommonServerCodeUrls = 7, |
| | | /**文件 */ |
| | | CommonServerFileUtils = 7, |
| | | CommonServerFileUtils = 8, |
| | | /**事件 */ |
| | | CommonServerEventUtils = 8, |
| | | CommonServerEventUtils = 9, |
| | | /**文字识别 */ |
| | | CommonServerOcrUtils = 9, |
| | | CommonServerOcrUtils = 10, |
| | | /**日志记录 */ |
| | | CommonServerLogRecords = 10, |
| | | CommonServerLogRecords = 11, |
| | | /**同步数据库 */ |
| | | CommonServerSyncDatabase = 11, |
| | | CommonServerSyncDatabase = 12, |
| | | /**短信工具 */ |
| | | CommonServerSmsUtils = 12, |
| | | CommonServerSmsUtils = 13, |
| | | /**配置 */ |
| | | CommonServerSettings = 13, |
| | | CommonServerSettings = 14, |
| | | /**已读 */ |
| | | CommonServerReadRecord = 14, |
| | | CommonServerReadRecord = 15, |
| | | /**微信小程序 */ |
| | | CommonServerWxmp = 15, |
| | | CommonServerWxmp = 16, |
| | | /**用户认证 */ |
| | | UserServerAuth = 16, |
| | | UserServerAuth = 17, |
| | | /**用户菜单 */ |
| | | UserServerMenu = 17, |
| | | UserServerMenu = 18, |
| | | /**用户资源 */ |
| | | UserServerResource = 18, |
| | | UserServerResource = 19, |
| | | /**用户角色 */ |
| | | UserServerRole = 19, |
| | | UserServerRole = 20, |
| | | /**用户信息 */ |
| | | UserServerUser = 20, |
| | | UserServerUser = 21, |
| | | /**用户钱包 */ |
| | | UserServerUserWallet = 21, |
| | | UserServerUserWallet = 22, |
| | | /**电子签 */ |
| | | UserServerElectronSign = 22, |
| | | UserServerElectronSign = 23, |
| | | /**用户简历 */ |
| | | UserServerUserResume = 23, |
| | | UserServerUserResume = 24, |
| | | /**企业信息 */ |
| | | UserServerEnterprise = 24, |
| | | UserServerEnterprise = 25, |
| | | /**企业钱包 */ |
| | | UserServerEnterpriseWallet = 25, |
| | | UserServerEnterpriseWallet = 26, |
| | | /**企业合作钱包 */ |
| | | UserServerEnterpriseCooperationWallet = 26, |
| | | UserServerEnterpriseCooperationWallet = 27, |
| | | /**灵工信息 */ |
| | | UserServerEnterpriseEmployee = 27, |
| | | UserServerEnterpriseEmployee = 28, |
| | | /**电子签 */ |
| | | ElectronSignServerElectronSign = 28, |
| | | ElectronSignServerElectronSign = 29, |
| | | /**短信 */ |
| | | ToolServerSms = 29, |
| | | ToolServerSms = 30, |
| | | /**小程序 */ |
| | | ToolServerWxmp = 30, |
| | | ToolServerWxmp = 31, |
| | | /**保险 */ |
| | | WaterDropCloudServerInsurance = 31, |
| | | WaterDropCloudServerInsurance = 32, |
| | | } |
| | | |
| | | enum EnumResourceMethod { |
| | |
| | | Fail = 30, |
| | | } |
| | | |
| | | enum EnumStandardServiceReleaseStatus { |
| | | /**发布中 */ |
| | | InProcess = 20, |
| | | /**已停止 */ |
| | | Stopped = 100, |
| | | } |
| | | |
| | | enum EnumTaskApplyStatus { |
| | | /**待开始 */ |
| | | Wait = 10, |
| | |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardServiceQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardServiceQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetStandardServicesQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | | /** 状态码 */ |
| | | code?: number; |
| | | /** 错误码 */ |
| | | errorCode?: string; |
| | | data?: GetStandardServicesQueryResult; |
| | | /** 执行成功 */ |
| | | success?: boolean; |
| | | /** 错误信息 */ |
| | | msg?: any; |
| | | /** 附加数据 */ |
| | | extras?: any; |
| | | /** 时间戳 */ |
| | | timestamp?: number; |
| | | } |
| | | |
| | | interface FriendlyResultGetTaskEnterpriseQueryResult { |
| | | /** 跟踪Id */ |
| | | traceId?: string; |
| | |
| | | keywords?: string; |
| | | /** 是否已配置 */ |
| | | isConfigured?: boolean; |
| | | type?: EnumEnterpriseType; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | |
| | | code?: string; |
| | | /** 任务名称 */ |
| | | taskName?: string; |
| | | /** 任务单号 */ |
| | | taskCode?: string; |
| | | /** 企业名称 */ |
| | | enterpriseName?: string; |
| | | /** 结算日期 */ |
| | |
| | | signName?: string; |
| | | } |
| | | |
| | | interface GetStandardServiceQueryResult { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 行业类别编号 */ |
| | | industryCategoryCode?: string; |
| | | /** 行业类别 */ |
| | | industryCategoryContent?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 岗位 */ |
| | | jobContent?: string; |
| | | /** 服务名 */ |
| | | name?: string; |
| | | /** 服务单号 */ |
| | | code?: string; |
| | | /** 规格 */ |
| | | specs?: GetStandardServiceQueryResultSpec[]; |
| | | /** 图片 */ |
| | | files?: string[]; |
| | | /** 服务描述 */ |
| | | description?: string; |
| | | /** 供应商 */ |
| | | suppliers?: GetStandardServiceQueryResultSupplier[]; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | } |
| | | |
| | | interface GetStandardServiceQueryResultSpec { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 规格名称 */ |
| | | name?: string; |
| | | /** 价格 */ |
| | | price?: number; |
| | | } |
| | | |
| | | interface GetStandardServiceQueryResultSupplier { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 法人姓名 */ |
| | | legalPerson?: string; |
| | | /** 统一社会信用代码 */ |
| | | societyCreditCode?: string; |
| | | /** 是否实名 */ |
| | | isReal?: boolean; |
| | | /** 联系人 */ |
| | | contacts?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 所在省份 */ |
| | | provinceContent?: string; |
| | | /** 所在城市 */ |
| | | cityContent?: string; |
| | | } |
| | | |
| | | interface GetStandardServicesQuery { |
| | | /** 关键字(服务名/Id) */ |
| | | keywords?: string; |
| | | /** 创建时间-起始 */ |
| | | createdTimeBegin?: string; |
| | | /** 创建时间-截止 */ |
| | | createdTimeEnd?: string; |
| | | releaseStatus?: EnumTaskReleaseStatus; |
| | | pageModel?: PagedListQueryPageModel; |
| | | } |
| | | |
| | | interface GetStandardServicesQueryResult { |
| | | pageModel?: PagedListQueryResultPageModel; |
| | | /** 数据 */ |
| | | data?: GetStandardServicesQueryResultItem[]; |
| | | } |
| | | |
| | | interface GetStandardServicesQueryResultItem { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 行业类别 */ |
| | | industryCategoryContent?: string; |
| | | /** 岗位 */ |
| | | jobContent?: string; |
| | | /** 服务名 */ |
| | | name?: string; |
| | | /** 服务单号 */ |
| | | code?: string; |
| | | releaseStatus?: EnumStandardServiceReleaseStatus; |
| | | /** 创建时间 */ |
| | | createdTime?: string; |
| | | /** 供应商数量 */ |
| | | supplierCount?: number; |
| | | } |
| | | |
| | | type GetSupplierEnterpriseSelectQuery = Record<string, any>; |
| | | |
| | | interface GetSupplierEnterpriseSelectQueryOption { |
| | |
| | | enterpriseId?: string; |
| | | /** 企业全称 */ |
| | | enterpriseName?: string; |
| | | /** 联系人 */ |
| | | contacts?: string; |
| | | /** 联系电话 */ |
| | | contactPhoneNumber?: string; |
| | | /** 是否认证 */ |
| | |
| | | signName?: string; |
| | | } |
| | | |
| | | interface SaveStandardServiceCommand { |
| | | /** 行业类别编号 */ |
| | | industryCategoryCode?: string; |
| | | /** 岗位编号 */ |
| | | jobCode?: string; |
| | | /** 服务名 */ |
| | | name?: string; |
| | | /** 规格 */ |
| | | specs?: SaveStandardServiceCommandSpec[]; |
| | | /** 图片 */ |
| | | files?: string[]; |
| | | /** 服务描述 */ |
| | | description?: string; |
| | | /** 供应商 */ |
| | | supplierIds?: string[]; |
| | | /** Id */ |
| | | id?: string; |
| | | } |
| | | |
| | | interface SaveStandardServiceCommandSpec { |
| | | /** Id */ |
| | | id?: string; |
| | | /** 规格名称 */ |
| | | name?: string; |
| | | /** 价格 */ |
| | | price?: number; |
| | | } |
| | | |
| | | interface SaveTaskInfoCommand { |
| | | /** 供应商Id */ |
| | | supplierEnterpriseId?: string; |