|  |  |  | 
|---|
|  |  |  | [key: string]: any; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AlipayFundExpandindirectCreateCommand { | 
|---|
|  |  |  | /** 产品码 */ | 
|---|
|  |  |  | productCode?: string; | 
|---|
|  |  |  | /** 场景码 */ | 
|---|
|  |  |  | bizScene?: string; | 
|---|
|  |  |  | /** 外部单号 */ | 
|---|
|  |  |  | outBizNo?: string; | 
|---|
|  |  |  | /** 二级商户信息-标识 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | /** 二级商户信息-标识类型 */ | 
|---|
|  |  |  | identityType?: string; | 
|---|
|  |  |  | /** 二级商户信息-姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 业务类型 */ | 
|---|
|  |  |  | bizType?: string; | 
|---|
|  |  |  | /** 原进件单id */ | 
|---|
|  |  |  | originalOrderId?: string; | 
|---|
|  |  |  | /** 资金记账本的业务场景 */ | 
|---|
|  |  |  | sceneCode?: string; | 
|---|
|  |  |  | /** 转账场景说明 */ | 
|---|
|  |  |  | sceneDirections?: string; | 
|---|
|  |  |  | /** 转账场景截图 */ | 
|---|
|  |  |  | sceneImage?: string; | 
|---|
|  |  |  | /** 商户行业资质图片或协议文本 */ | 
|---|
|  |  |  | sceneQualificationImage?: string; | 
|---|
|  |  |  | sitesInfo?: AlipayFundExpandindirectCreateCommandSites; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AlipayFundExpandindirectCreateCommandSites { | 
|---|
|  |  |  | website?: string; | 
|---|
|  |  |  | app?: string; | 
|---|
|  |  |  | gongzh?: string; | 
|---|
|  |  |  | qita?: string; | 
|---|
|  |  |  | xchengxU_ZHI?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AlipayFundExpandindirectCreateNotifyCommand { | 
|---|
|  |  |  | /** 通知ID */ | 
|---|
|  |  |  | notify_id?: string; | 
|---|
|  |  |  | /** 消息发送时的服务端时间 */ | 
|---|
|  |  |  | utc_timestamp?: string; | 
|---|
|  |  |  | /** 消息接口名称 */ | 
|---|
|  |  |  | msg_method?: string; | 
|---|
|  |  |  | /** 消息接受方的应用id */ | 
|---|
|  |  |  | app_id?: string; | 
|---|
|  |  |  | /** 版本号(1.1版本为标准消息) */ | 
|---|
|  |  |  | version?: string; | 
|---|
|  |  |  | /** 消息报文 */ | 
|---|
|  |  |  | biz_content?: string; | 
|---|
|  |  |  | /** 签名 */ | 
|---|
|  |  |  | sign?: string; | 
|---|
|  |  |  | /** 签名类型 */ | 
|---|
|  |  |  | sign_type?: string; | 
|---|
|  |  |  | /** 编码集,该字符集为验签和解密所需要的字符集 */ | 
|---|
|  |  |  | charset?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface AlipayUserAgreementPageSignNotifyQuery { | 
|---|
|  |  |  | /** 协议产品码,商户和支付宝签约时确定,不同业务场景对应不同的签约产品码。 */ | 
|---|
|  |  |  | personal_product_code?: string; | 
|---|
|  |  |  | /** 当前签约的协议场景。 */ | 
|---|
|  |  |  | sign_scene?: string; | 
|---|
|  |  |  | /** NORMAL   协议当前状态 1. TEMP:暂存,协议未生效过; 2. NORMAL:正常; 3. STOP:暂停 */ | 
|---|
|  |  |  | status?: string; | 
|---|
|  |  |  | /** 用户签约的支付宝账号对应的支付宝唯一用户号。 以2088开头的16位纯数字组成。 */ | 
|---|
|  |  |  | alipay_user_id?: string; | 
|---|
|  |  |  | /** 支付宝系统中用以唯一标识用户签约记录的编号。 */ | 
|---|
|  |  |  | agreement_no?: string; | 
|---|
|  |  |  | /** 支付宝代扣协议的实际签约时间,格式为yyyy-MM-dd HH:mm:ss。 */ | 
|---|
|  |  |  | sign_time?: string; | 
|---|
|  |  |  | /** 用户在商户网站的登录账号,如果商户接口中未传,则不会返回 */ | 
|---|
|  |  |  | external_logon_id?: string; | 
|---|
|  |  |  | /** 支付宝分配给开发者的应用Id */ | 
|---|
|  |  |  | app_id?: string; | 
|---|
|  |  |  | /** 支付宝分配给商户的应用Id */ | 
|---|
|  |  |  | auth_app_id?: string; | 
|---|
|  |  |  | /** 代扣协议中标示用户的唯一签约号(确保在商户系统中唯一)。 */ | 
|---|
|  |  |  | external_agreement_no?: string; | 
|---|
|  |  |  | /** 用户代扣协议的实际生效时间,格式为yyyy-MM-dd HH:mm:ss。 */ | 
|---|
|  |  |  | valid_time?: string; | 
|---|
|  |  |  | /** 返回脱敏的支付宝账号。 */ | 
|---|
|  |  |  | alipay_logon_id?: string; | 
|---|
|  |  |  | /** 用户签约成功通知类型 */ | 
|---|
|  |  |  | notify_type?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIcheckHealthParams { | 
|---|
|  |  |  | /** 健康校验 */ | 
|---|
|  |  |  | request?: CheckHealthQuery; | 
|---|
|  |  |  | 
|---|
|  |  |  | taskInfoUserId?: string; | 
|---|
|  |  |  | /** 日期(用于两个小程序 跟某一个Id一起传) */ | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetCodeUrlParams { | 
|---|
|  |  |  | /** 场景 */ | 
|---|
|  |  |  | scene?: EnumCodeUrlScene; | 
|---|
|  |  |  | /** 编号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetContractTemplateParams { | 
|---|
|  |  |  | 
|---|
|  |  |  | interface APIgetEnabledElectronSignSettingsParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 是否查询全部 */ | 
|---|
|  |  |  | all?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseContractTemplateSelectParams { | 
|---|
|  |  |  | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseWalletExpandindirectOrderParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseWalletParams { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | /** 通道 */ | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetEnterpriseWalletTransactionParams { | 
|---|
|  |  |  | /** 交易Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetFileUrlParams { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | request?: GetPersonalLoginInfoQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPersonalUserBankCardParams { | 
|---|
|  |  |  | /** 查询个人用户银行卡信息 */ | 
|---|
|  |  |  | request?: GetPersonalUserBankCardQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPersonalUserElectronSignParams { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | 
|---|
|  |  |  | interface APIgetPersonalUserRealResultParams { | 
|---|
|  |  |  | /** 查询个人实名结果 */ | 
|---|
|  |  |  | request?: GetPersonalUserRealResultQuery; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetPersonalUserTransactionParams { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface APIgetResourceFieldsParams { | 
|---|
|  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type ClearTaskCollectCommand = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CloseEnterpriseWalletCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface CollectTaskCommand { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | ids?: 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, | 
|---|
|  |  |  | 
|---|
|  |  |  | PcWeb = 10, | 
|---|
|  |  |  | /**微信小程序 */ | 
|---|
|  |  |  | Wxmp = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumCodeUrlScene { | 
|---|
|  |  |  | /**邀请签约 */ | 
|---|
|  |  |  | InviteElectronSign = 1, | 
|---|
|  |  |  | /**签约地址 */ | 
|---|
|  |  |  | ElectronSignUrl = 10, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumContractTemplateStatus { | 
|---|
|  |  |  | 
|---|
|  |  |  | 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 EnumGetEnterpriseEmployeesQuerySignContractStatus { | 
|---|
|  |  |  | /**灵工待签约 */ | 
|---|
|  |  |  | UserWait = 10, | 
|---|
|  |  |  | /**企业待签约 */ | 
|---|
|  |  |  | EnterpriseWait = 20, | 
|---|
|  |  |  | /**已签约 */ | 
|---|
|  |  |  | Pass = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumMenuType { | 
|---|
|  |  |  | 
|---|
|  |  |  | enum EnumPersonalUserRealStatus { | 
|---|
|  |  |  | /**未实名 */ | 
|---|
|  |  |  | UnReal = 0, | 
|---|
|  |  |  | /**校验中 */ | 
|---|
|  |  |  | /**认证中 */ | 
|---|
|  |  |  | Checking = 10, | 
|---|
|  |  |  | /**实名失败 */ | 
|---|
|  |  |  | /**认证失败 */ | 
|---|
|  |  |  | Fail = 99, | 
|---|
|  |  |  | /**已实名 */ | 
|---|
|  |  |  | Real = 100, | 
|---|
|  |  |  | 
|---|
|  |  |  | FlexJobServerTaskUser = 2, | 
|---|
|  |  |  | /**任务验收 */ | 
|---|
|  |  |  | FlexJobServerTaskCheckReceive = 3, | 
|---|
|  |  |  | /**编号地址 */ | 
|---|
|  |  |  | CommonServerCodeUrls = 4, | 
|---|
|  |  |  | /**文件 */ | 
|---|
|  |  |  | CommonServerFileUtils = 4, | 
|---|
|  |  |  | CommonServerFileUtils = 5, | 
|---|
|  |  |  | /**文字识别 */ | 
|---|
|  |  |  | CommonServerOcrUtils = 5, | 
|---|
|  |  |  | CommonServerOcrUtils = 6, | 
|---|
|  |  |  | /**日志记录 */ | 
|---|
|  |  |  | CommonServerLogRecords = 6, | 
|---|
|  |  |  | CommonServerLogRecords = 7, | 
|---|
|  |  |  | /**同步数据库 */ | 
|---|
|  |  |  | CommonServerSyncDatabase = 8, | 
|---|
|  |  |  | /**用户认证 */ | 
|---|
|  |  |  | UserServerAuth = 7, | 
|---|
|  |  |  | UserServerAuth = 9, | 
|---|
|  |  |  | /**用户菜单 */ | 
|---|
|  |  |  | UserServerMenu = 8, | 
|---|
|  |  |  | UserServerMenu = 10, | 
|---|
|  |  |  | /**用户资源 */ | 
|---|
|  |  |  | UserServerResource = 9, | 
|---|
|  |  |  | UserServerResource = 11, | 
|---|
|  |  |  | /**用户角色 */ | 
|---|
|  |  |  | UserServerRole = 10, | 
|---|
|  |  |  | UserServerRole = 12, | 
|---|
|  |  |  | /**用户信息 */ | 
|---|
|  |  |  | UserServerUser = 11, | 
|---|
|  |  |  | UserServerUser = 13, | 
|---|
|  |  |  | /**电子签 */ | 
|---|
|  |  |  | UserServerElectronSign = 12, | 
|---|
|  |  |  | UserServerElectronSign = 14, | 
|---|
|  |  |  | /**用户简历 */ | 
|---|
|  |  |  | UserServerUserResume = 13, | 
|---|
|  |  |  | UserServerUserResume = 15, | 
|---|
|  |  |  | /**企业信息 */ | 
|---|
|  |  |  | UserServerEnterprise = 14, | 
|---|
|  |  |  | UserServerEnterprise = 16, | 
|---|
|  |  |  | /**企业钱包 */ | 
|---|
|  |  |  | UserServerEnterpriseWallet = 15, | 
|---|
|  |  |  | UserServerEnterpriseWallet = 17, | 
|---|
|  |  |  | /**灵工信息 */ | 
|---|
|  |  |  | UserServerEnterpriseEmployee = 16, | 
|---|
|  |  |  | UserServerEnterpriseEmployee = 18, | 
|---|
|  |  |  | /**电子签 */ | 
|---|
|  |  |  | ElectronSignServerElectronSign = 17, | 
|---|
|  |  |  | ElectronSignServerElectronSign = 19, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumResourceMethod { | 
|---|
|  |  |  | 
|---|
|  |  |  | Stopped = 100, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskSettlementOrderStatus { | 
|---|
|  |  |  | /**待上传 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**已上传 */ | 
|---|
|  |  |  | Completed = 20, | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | enum EnumTaskSettlementStatus { | 
|---|
|  |  |  | /**待结算 */ | 
|---|
|  |  |  | Wait = 10, | 
|---|
|  |  |  | /**结算中 */ | 
|---|
|  |  |  | InProcess = 20, | 
|---|
|  |  |  | /**已结算 */ | 
|---|
|  |  |  | Completed = 30, | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 错误码 */ | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | /** 错误信息 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | /** 时间戳 */ | 
|---|
|  |  |  | timestamp?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetAlipayNotifyCommand = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | type GetAliyunOSSAcsQuery = Record<string, any>; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | date?: string; | 
|---|
|  |  |  | /** 提交时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus; | 
|---|
|  |  |  | /** 验收照片 */ | 
|---|
|  |  |  | files?: string[]; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | endTime?: string; | 
|---|
|  |  |  | /** 任务地点名称 */ | 
|---|
|  |  |  | addressName?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetCodeUrlQueryResult { | 
|---|
|  |  |  | /** 地址 */ | 
|---|
|  |  |  | url?: string; | 
|---|
|  |  |  | /** 参数1 */ | 
|---|
|  |  |  | paramValue1?: string; | 
|---|
|  |  |  | /** 参数2 */ | 
|---|
|  |  |  | paramValue2?: string; | 
|---|
|  |  |  | /** 参数3 */ | 
|---|
|  |  |  | paramValue3?: string; | 
|---|
|  |  |  | /** 参数4 */ | 
|---|
|  |  |  | paramValue4?: string; | 
|---|
|  |  |  | /** 参数5 */ | 
|---|
|  |  |  | paramValue5?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetContractTemplateEnterprisesQuery { | 
|---|
|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnabledElectronSignSettingsQueryResultItem { | 
|---|
|  |  |  | access?: EnumElectronSignAccess; | 
|---|
|  |  |  | /** 是否禁用 */ | 
|---|
|  |  |  | isDisabled?: boolean; | 
|---|
|  |  |  | /** 实名费用 */ | 
|---|
|  |  |  | realVerifyCost?: number; | 
|---|
|  |  |  | /** 签约费用 */ | 
|---|
|  |  |  | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | userSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | enterpriseSignContractStatus?: EnumTaskUserSignContractStatus; | 
|---|
|  |  |  | signContractStatus?: EnumGetEnterpriseEmployeesQuerySignContractStatus; | 
|---|
|  |  |  | pageModel?: PagedListQueryPageModel; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | /** 协议号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 通道协议号 */ | 
|---|
|  |  |  | agreementNo?: string; | 
|---|
|  |  |  | /** 协议签约时间 */ | 
|---|
|  |  |  | signTime?: string; | 
|---|
|  |  |  | /** 协议生效时间 */ | 
|---|
|  |  |  | validTime?: string; | 
|---|
|  |  |  | /** 协议失效时间 */ | 
|---|
|  |  |  | invalidTime?: string; | 
|---|
|  |  |  | signStatus?: EnumEnterpriseWalletSignStatus; | 
|---|
|  |  |  | /** 支付宝姓名 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | /** 支付宝登录账号 */ | 
|---|
|  |  |  | identity?: string; | 
|---|
|  |  |  | scene?: EnumEnterpriseWalletExpandindirectOrderScene; | 
|---|
|  |  |  | /** 转账场景说明 */ | 
|---|
|  |  |  | sceneDirections?: string; | 
|---|
|  |  |  | orderStatus?: EnumEnterpriseWalletExpandindirectOrderStatus; | 
|---|
|  |  |  | /** 进件单任务完结时间 */ | 
|---|
|  |  |  | taskFinishTime?: string; | 
|---|
|  |  |  | /** 进件单审核不通过原因 */ | 
|---|
|  |  |  | riskReviewRemark?: string; | 
|---|
|  |  |  | sitesInfo?: GetEnterpriseWalletExpandindirectOrderQueryResultSites; | 
|---|
|  |  |  | /** 附件 */ | 
|---|
|  |  |  | files?: GetEnterpriseWalletExpandindirectOrderQueryResultFile[]; | 
|---|
|  |  |  | expandindirectOrderStatus?: EnumEnterpriseWalletExpandindirectOrderStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetEnterpriseWalletTransactionQueryResult { | 
|---|
|  |  |  | type?: EnumEnterpriseWalletTransactionType; | 
|---|
|  |  |  | /** 订单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 余额 */ | 
|---|
|  |  |  | balance?: number; | 
|---|
|  |  |  | /** 备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | /** 订单支付时间 */ | 
|---|
|  |  |  | transDate?: string; | 
|---|
|  |  |  | transactionStatus?: EnumWalletTransactionStatus; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetExceptionLogsQuery { | 
|---|
|  |  |  | 
|---|
|  |  |  | contactPhoneNumber?: string; | 
|---|
|  |  |  | /** 是否实名 */ | 
|---|
|  |  |  | isReal?: boolean; | 
|---|
|  |  |  | realStatus?: EnumPersonalUserRealStatus; | 
|---|
|  |  |  | /** 实名失败消息 */ | 
|---|
|  |  |  | realFailMessage?: string; | 
|---|
|  |  |  | realMethod?: EnumUserRealMethod; | 
|---|
|  |  |  | /** 我的报名 */ | 
|---|
|  |  |  | taskCount?: number; | 
|---|
|  |  |  | 
|---|
|  |  |  | hirePassTaskCount?: number; | 
|---|
|  |  |  | /** 已取消 */ | 
|---|
|  |  |  | hireRefuseTaskCount?: number; | 
|---|
|  |  |  | /** 余额 */ | 
|---|
|  |  |  | balance?: 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | faceRealUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetPersonalUserTransactionQueryResult { | 
|---|
|  |  |  | /** 收支Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | type?: EnumUserWalletTransactionType; | 
|---|
|  |  |  | /** 订单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 企业名称 */ | 
|---|
|  |  |  | enterpriseName?: string; | 
|---|
|  |  |  | /** 结算日期 */ | 
|---|
|  |  |  | settlementTime?: string; | 
|---|
|  |  |  | /** 结算金额 */ | 
|---|
|  |  |  | settlementAmount?: number; | 
|---|
|  |  |  | /** 实发金额/提现金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 收款人姓名 */ | 
|---|
|  |  |  | receiveName?: string; | 
|---|
|  |  |  | /** 收款账户 */ | 
|---|
|  |  |  | receiveAccount?: string; | 
|---|
|  |  |  | /** 服务费 */ | 
|---|
|  |  |  | serviceFee?: number; | 
|---|
|  |  |  | /** 实际到账 */ | 
|---|
|  |  |  | actualAmount?: number; | 
|---|
|  |  |  | /** 预计到账时间 */ | 
|---|
|  |  |  | arrivalTimeEnd?: string; | 
|---|
|  |  |  | /** 订单支付时间 */ | 
|---|
|  |  |  | transDate?: string; | 
|---|
|  |  |  | /** 创建时间 */ | 
|---|
|  |  |  | createdTime?: string; | 
|---|
|  |  |  | /** 失败原因 */ | 
|---|
|  |  |  | failReason?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  | 
|---|
|  |  |  | 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 { | 
|---|
|  |  |  | 
|---|
|  |  |  | inProcessReleaseCount?: number; | 
|---|
|  |  |  | /** 已停止数量 */ | 
|---|
|  |  |  | stoppedReleaseCount?: number; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskSelectQueryOption { | 
|---|
|  |  |  | /** 任务Id */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 任务单号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 任务名称 */ | 
|---|
|  |  |  | name?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface GetTaskUserHireStatusQueryResult { | 
|---|
|  |  |  | 
|---|
|  |  |  | isBindPhoneNumber?: boolean; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface OpenEnterpriseWalletCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface OpenEnterpriseWalletCommandResult { | 
|---|
|  |  |  | /** 签约地址 */ | 
|---|
|  |  |  | signUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PagedListQueryPageModel { | 
|---|
|  |  |  | /** 行数 */ | 
|---|
|  |  |  | rows?: number; | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PersonalUserElectronSignCommand { | 
|---|
|  |  |  | /** 灵工Id */ | 
|---|
|  |  |  | /** 灵工Id(二选一) */ | 
|---|
|  |  |  | id?: string; | 
|---|
|  |  |  | /** 邀约短信编号(二选一) */ | 
|---|
|  |  |  | smsCode?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface PersonalUserElectronSignCommandResult { | 
|---|
|  |  |  | 
|---|
|  |  |  | verifyCode: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RechargeEnterpriseWalletCommand { | 
|---|
|  |  |  | /** 企业Id */ | 
|---|
|  |  |  | enterpriseId?: string; | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 金额 */ | 
|---|
|  |  |  | amount?: number; | 
|---|
|  |  |  | /** 充值备注 */ | 
|---|
|  |  |  | remark?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RechargeEnterpriseWalletCommandResult { | 
|---|
|  |  |  | /** 支付地址 */ | 
|---|
|  |  |  | payUrl?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface RegisterPersonalUserCommand { | 
|---|
|  |  |  | /** 手机号码 */ | 
|---|
|  |  |  | phoneNumber: 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?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SavePersonalUserBankCardCommand { | 
|---|
|  |  |  | access?: EnumEnterpriseWalletAccess; | 
|---|
|  |  |  | /** 银行卡号 */ | 
|---|
|  |  |  | code?: string; | 
|---|
|  |  |  | /** 所属银行 */ | 
|---|
|  |  |  | bank?: string; | 
|---|
|  |  |  | /** 所属支行 */ | 
|---|
|  |  |  | bankBranch?: string; | 
|---|
|  |  |  | /** 银行预留手机号 */ | 
|---|
|  |  |  | phoneNumber?: string; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | interface SaveRoleCommand { | 
|---|
|  |  |  | /** Id */ | 
|---|
|  |  |  | id?: 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 { | 
|---|
|  |  |  | 
|---|
|  |  |  | 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[]; | 
|---|