wupengfei
5 天以前 d85a4f9a626eaba7f3201e905692bfca36e571eb
src/services/api/typings.d.ts
@@ -3,6 +3,28 @@
    [key: string]: any;
  }
  interface AddEnterpriseEmployeeCommand {
    /** 姓名 */
    name: string;
    /** 身份证号 */
    identity: string;
    /** 手机号 */
    contactPhoneNumber: string;
    gender?: EnumUserGender;
    /** 年龄 */
    age?: number;
    /** 身份证人像面 */
    identityImg?: string;
    /** 身份证国徽面 */
    identityBackImg?: string;
    /** 电子合同 */
    contractUrl?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
  }
  interface AgainSureTaskSettlementOrderRosterCommand {
    /** 名单Id */
    id?: string;
@@ -41,9 +63,25 @@
    code?: string;
  }
  interface APIgetContractParamterSelectParams {
    /** 关键字 */
    keywords?: string;
    /** 是否默认 */
    isDefault?: boolean;
    /** 合同模板Id */
    templateId?: string;
  }
  interface APIgetContractTemplateParams {
    /** 模板Id */
    id?: string;
  }
  interface APIgetCooperationWalletRechargeTransactionParams {
    /** 交易Id(编辑时传入) */
    id?: string;
    /** 合作Id(新增时传入) */
    cooperationId?: string;
  }
  interface APIgetCurrentLogierMenuParams {
@@ -110,6 +148,11 @@
  interface APIgetEnterpriseParams {
    /** Id */
    id?: string;
  }
  interface APIgetEnterpriseReceiveAccountParams {
    /** 查询企业收款账户 */
    request?: GetEnterpriseReceiveAccountQuery;
  }
  interface APIgetEnterpriseSmsSettingParams {
@@ -179,6 +222,8 @@
  interface APIgetMenusParams {
    /** 用户类型 */
    userType?: EnumUserType;
    /** 企业类型 */
    enterpriseType?: EnumEnterpriseType;
    /** 客户端类型 */
    clientType?: EnumClientType;
    /** 角色Id */
@@ -307,6 +352,8 @@
    userInfoId?: string;
    /** 用户类型 */
    userType?: EnumUserType;
    /** 企业类型 */
    enterpriseType?: EnumEnterpriseType;
    /** 客户端类型 */
    clientType?: EnumClientType;
  }
@@ -496,6 +543,27 @@
    timeoutFee?: number;
  }
  interface CalcTaskTotalServiceFeeCommand {
    billingMethod?: EnumBillingMethod;
    /** 服务费 */
    serviceFee?: number;
    /** 核定工时 */
    verifyWorkHours?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    /** 需求人数 */
    needPeopleNumber?: number;
    /** 任务开始时间 */
    beginTime?: string;
    /** 任务结束时间 */
    endTime?: string;
  }
  interface CalcTaskTotalServiceFeeCommandResult {
    /** 服务费 */
    totalServiceFee?: number;
  }
  interface ChangePhoneNumberCommand {
    /** 手机号码 */
    phoneNumber: string;
@@ -534,10 +602,6 @@
    taskInfoUserId?: string;
    /** 日期 */
    date?: string;
    /** 签到时间 */
    checkInTime?: string;
    /** 签出时间 */
    checkOutTime?: string;
    /** 服务费(元) */
    serviceFee?: number;
    /** 超时(小时) */
@@ -550,6 +614,7 @@
    remark?: string;
    /** 结算金额 */
    settlementAmount?: number;
    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
  }
@@ -605,6 +670,8 @@
  }
  interface EditEnterpriseEmployeeCommand {
    /** Id */
    id?: string;
    /** 姓名 */
    name: string;
    /** 身份证号 */
@@ -618,8 +685,12 @@
    identityImg?: string;
    /** 身份证国徽面 */
    identityBackImg?: string;
    /** Id */
    id?: string;
    /** 电子合同 */
    contractUrl?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
  }
  interface EditTaskSettlementOrderRosterCommand {
@@ -804,6 +875,13 @@
    Face = 20,
  }
  enum EnumEnterpriseCooperationServiceFeeCollectType {
    /**按比例 */
    Rate = 10,
    /**单人单次 */
    SingleTime = 20,
  }
  enum EnumEnterpriseCooperationSignStatus {
    /**未签约 */
    None = 10,
@@ -818,6 +896,15 @@
    Completed = 20,
  }
  enum EnumEnterpriseCooperationWalletTransactionStatus {
    /**待确认 */
    WaitSure = 10,
    /**已到账 */
    Success = 20,
    /**未到账 */
    Fail = 30,
  }
  enum EnumEnterpriseCostStatus {
    /**扣费成功 */
    Success = 10,
@@ -830,6 +917,13 @@
    SMS = 10,
    /**电子签 */
    ElectronSign = 20,
  }
  enum EnumEnterpriseEmployeeSource {
    /**内部 */
    Internal = 10,
    /**外部 */
    External = 20,
  }
  enum EnumEnterpriseRealMethod {
@@ -1066,42 +1160,50 @@
    CommonServerCodeUrls = 4,
    /**文件 */
    CommonServerFileUtils = 5,
    /**事件 */
    CommonServerEventUtils = 6,
    /**文字识别 */
    CommonServerOcrUtils = 6,
    CommonServerOcrUtils = 7,
    /**日志记录 */
    CommonServerLogRecords = 7,
    CommonServerLogRecords = 8,
    /**同步数据库 */
    CommonServerSyncDatabase = 8,
    CommonServerSyncDatabase = 9,
    /**短信工具 */
    CommonServerSmsUtils = 9,
    CommonServerSmsUtils = 10,
    /**配置 */
    CommonServerSettings = 10,
    CommonServerSettings = 11,
    /**已读 */
    CommonServerReadRecord = 12,
    /**用户认证 */
    UserServerAuth = 11,
    UserServerAuth = 13,
    /**用户菜单 */
    UserServerMenu = 12,
    UserServerMenu = 14,
    /**用户资源 */
    UserServerResource = 13,
    UserServerResource = 15,
    /**用户角色 */
    UserServerRole = 14,
    UserServerRole = 16,
    /**用户信息 */
    UserServerUser = 15,
    UserServerUser = 17,
    /**用户钱包 */
    UserServerUserWallet = 16,
    UserServerUserWallet = 18,
    /**电子签 */
    UserServerElectronSign = 17,
    UserServerElectronSign = 19,
    /**用户简历 */
    UserServerUserResume = 18,
    UserServerUserResume = 20,
    /**企业信息 */
    UserServerEnterprise = 19,
    UserServerEnterprise = 21,
    /**企业钱包 */
    UserServerEnterpriseWallet = 20,
    UserServerEnterpriseWallet = 22,
    /**企业合作钱包 */
    UserServerEnterpriseCooperationWallet = 23,
    /**灵工信息 */
    UserServerEnterpriseEmployee = 21,
    UserServerEnterpriseEmployee = 24,
    /**电子签 */
    ElectronSignServerElectronSign = 22,
    /**电子签 */
    ToolServerSms = 23,
    ElectronSignServerElectronSign = 25,
    /**短信 */
    ToolServerSms = 26,
    /**小程序 */
    ToolServerWxmp = 27,
  }
  enum EnumResourceMethod {
@@ -1264,6 +1366,8 @@
    Pass = 20,
    /**已谢绝 */
    Refuse = 30,
    /**已取消 */
    Cancel = 40,
  }
  enum EnumTaskUserSignContractStatus {
@@ -1291,9 +1395,9 @@
    WaitSubmit = 10,
    /**待验收 */
    WaitCheckReceive = 20,
    /**验收通过/已签到 */
    /**验收通过 */
    Success = 30,
    /**验收未通过/未到岗 */
    /**验收未通过 */
    Fail = 40,
  }
@@ -1510,6 +1614,20 @@
    createdTimeEnd?: string;
  }
  interface ExportPersonalUserTransactionEreceiptsCommand {
    /** 关键字 */
    keywords?: string;
    transactionStatus?: EnumWalletTransactionStatus;
    /** 创建时间-起始 */
    createdTimeStart?: string;
    /** 创建时间-截止 */
    createdTimeEnd?: string;
    /** 用户Id */
    userId?: string;
    /** 企业钱包Id */
    enterpriseWalletId?: string;
  }
  interface ExportTaskCheckReceiveTaskUsersCommand {
    /** 任务Id */
    id?: string;
@@ -1608,6 +1726,24 @@
    timestamp?: number;
  }
  interface FriendlyResultCalcTaskTotalServiceFeeCommandResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: CalcTaskTotalServiceFeeCommandResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultEnterpriseUserElectronSignCommandResult {
    /** 跟踪Id */
    traceId?: string;
@@ -1616,6 +1752,25 @@
    /** 错误码 */
    errorCode?: string;
    data?: EnterpriseUserElectronSignCommandResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultFileContentResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    /** 数据 */
    data?: string;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
@@ -1860,6 +2015,60 @@
    timestamp?: number;
  }
  interface FriendlyResultGetCooperationWalletRechargeTransactionQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetCooperationWalletRechargeTransactionQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetCooperationWalletRechargeTransactionsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetCooperationWalletRechargeTransactionsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetCooperationWalletsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetCooperationWalletsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetDbAuditLogsQueryResult {
    /** 跟踪Id */
    traceId?: string;
@@ -1994,6 +2203,24 @@
    /** 错误码 */
    errorCode?: string;
    data?: GetEnterpriseQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetEnterpriseReceiveAccountQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetEnterpriseReceiveAccountQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
@@ -2696,6 +2923,24 @@
    /** 错误码 */
    errorCode?: string;
    data?: GetTaskInfosQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
    msg?: any;
    /** 附加数据 */
    extras?: any;
    /** 时间戳 */
    timestamp?: number;
  }
  interface FriendlyResultGetTaskSettlementReleaseReportsQueryResult {
    /** 跟踪Id */
    traceId?: string;
    /** 状态码 */
    code?: number;
    /** 错误码 */
    errorCode?: string;
    data?: GetTaskSettlementReleaseReportsQueryResult;
    /** 执行成功 */
    success?: boolean;
    /** 错误信息 */
@@ -3687,6 +3932,7 @@
  }
  interface GetArrangeTaskUsersQueryResult {
    objectData?: GetArrangeTaskUsersQueryResultObjectData;
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetArrangeTaskUsersQueryResultItem[];
@@ -3724,6 +3970,11 @@
    /** 工作经验 */
    workExperience?: string;
    arrangeStatus?: EnumTaskUserArrangeStatus;
  }
  interface GetArrangeTaskUsersQueryResultObjectData {
    /** 是否内部任务 */
    isInternal?: boolean;
  }
  interface GetBankOcrCommand {
@@ -3812,21 +4063,35 @@
    /** 是否实名 */
    isReal?: boolean;
    realMethod?: EnumUserRealMethod;
    /** 签到时间 */
    /** 用户签到时间 */
    userCheckInTime?: string;
    /** 用户签出时间 */
    userCheckOutTime?: string;
    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 用户操作人 */
    userOperator?: string;
    /** 人工签到时间 */
    checkInTime?: string;
    /** 签出时间 */
    /** 人工签出时间 */
    checkOutTime?: string;
    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 操作人 */
    checkOperator?: string;
    /** 操作人 */
    operator?: string;
    /** 最近提交时间 */
    lastSubmitTime?: string;
    checkReceiveStatus?: EnumTaskCheckReceiveStatus;
    submitCheckReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
  }
  interface GetCheckReceiveTaskQueryResultObjectData {
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 需求人数 */
    needPeopleNumber?: number;
    /** 任务名称 */
@@ -3840,6 +4105,8 @@
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle?: EnumSettlementCycle;
    /** 任务开始时间 */
    beginTime?: string;
@@ -3849,7 +4116,8 @@
    applyBeginTime?: string;
    /** 报名结束时间 */
    applyEndTime?: string;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -3882,6 +4150,8 @@
    id?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 需求人数 */
    needPeopleNumber?: number;
    /** 任务名称 */
@@ -3895,6 +4165,8 @@
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle?: EnumSettlementCycle;
    /** 发布时间 */
    createdTime?: string;
@@ -3906,7 +4178,8 @@
    applyBeginTime?: string;
    /** 报名结束时间 */
    applyEndTime?: string;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -3917,6 +4190,8 @@
    /** 最近验收时间 */
    lastCheckReceiveTime?: string;
    checkedStatus?: EnumGetCheckReceiveTasksQueryResultItemCheckStatus;
    /** 人员数量 */
    arrangeUserCount?: number;
  }
  interface GetCheckReceiveTaskUserSubmitCheckHistoriesQuery {
@@ -3957,20 +4232,57 @@
    checkTime?: string;
    /** 操作人 */
    operator?: string;
    operatorType?: EnumUserType;
    type?: EnumTaskUserSubmitCheckHistoryType;
  }
  interface GetCheckReceiveTaskUserSubmitQueryResult {
    /** 提交Id */
    id?: string;
    /** 任务人员Id */
    taskInfoUserId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    enterpriseEmployeeUser?: GetCheckReceiveTaskUserSubmitsQueryResultObjectDataEnterpriseEmployeeUser;
    /** 验收时间 */
    date?: string;
    /** 提交时间 */
    createdTime?: string;
    checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
    /** 用户签到时间 */
    userCheckInTime?: string;
    /** 用户签出时间 */
    userCheckOutTime?: string;
    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 用户操作人 */
    userOperator?: string;
    /** 人工签到时间 */
    checkInTime?: string;
    /** 人工签出时间 */
    checkOutTime?: string;
    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 操作人 */
    checkOperator?: string;
    /** 操作人 */
    operator?: string;
    /** 验收照片 */
    files?: string[];
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    /** 任务超时服务费单价 */
    timeoutServiceFee?: number;
    /** 服务费(元) */
    serviceFee?: number;
    /** 超时(小时) */
    timeoutHours?: number;
    /** 超时费用(元) */
    timeoutFee?: number;
    /** 其他费用(元) */
    otherFee?: number;
    /** 备注 */
    remark?: string;
    /** 结算金额 */
    settlementAmount?: number;
  }
  interface GetCheckReceiveTaskUserSubmitsQuery {
@@ -3993,10 +4305,20 @@
    id?: string;
    /** 验收时间 */
    date?: string;
    /** 签到时间 */
    /** 用户签到时间 */
    userCheckInTime?: string;
    /** 用户签出时间 */
    userCheckOutTime?: string;
    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 用户操作人 */
    userOperator?: string;
    /** 人工签到时间 */
    checkInTime?: string;
    /** 签出时间 */
    /** 人工签出时间 */
    checkOutTime?: string;
    checkHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 操作人 */
    checkOperator?: string;
    /** 操作人 */
    operator?: string;
    /** 提交时间 */
@@ -4006,6 +4328,8 @@
    checkReceiveStatus?: EnumTaskUserSubmitCheckReceiveStatus;
    /** 验收时间 */
    checkReceiveTime?: string;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
  }
  interface GetCheckReceiveTaskUserSubmitsQueryResultObjectData {
@@ -4043,6 +4367,10 @@
    endTime?: string;
    /** 任务地点名称 */
    addressName?: string;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    /** 是否内部任务 */
    isInternal?: boolean;
  }
  interface GetCodeUrlQueryResult {
@@ -4166,10 +4494,19 @@
    autoSignPowerAttorneyUrl?: string;
    /** 变量 */
    values?: GetContractTemplateQueryResultValue[];
    /** 变量 */
    customContents?: GetContractTemplateQueryResultCustomContent[];
    /** 创建操作人 */
    createdUserId?: string;
    /** 是否企业用户创建 */
    isEnterpriseUserCreated?: boolean;
  }
  interface GetContractTemplateQueryResultCustomContent {
    /** 变量代码 */
    name?: string;
    /** 值 */
    value?: string;
  }
  interface GetContractTemplateQueryResultValue {
@@ -4192,6 +4529,107 @@
    y?: number;
    /** 页码 */
    page?: number;
  }
  interface GetCooperationWalletRechargeTransactionQueryResult {
    /** 交易Id */
    id?: string;
    /** 合作Id */
    cooperationId?: string;
    /** 进账单位 */
    receiveUnit?: string;
    /** 开户名称 */
    receiveName?: string;
    /** 开户银行 */
    receiveBank?: string;
    /** 开户支行 */
    receiveBankBranch?: string;
    /** 开户账号 */
    receiveAccount?: string;
    /** 充值金额 */
    amount?: number;
    /** 充值时间 */
    createdTime?: string;
    /** 备注 */
    remark?: string;
    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
    /** 凭证 */
    files?: string[];
  }
  interface GetCooperationWalletRechargeTransactionsQuery {
    /** 合作Id */
    cooperationId?: string;
    /** 关键字 */
    keywords?: string;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetCooperationWalletRechargeTransactionsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetCooperationWalletRechargeTransactionsQueryResultItem[];
  }
  interface GetCooperationWalletRechargeTransactionsQueryResultItem {
    /** 交易Id */
    id?: string;
    /** 钱包Id */
    walletId?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 供应商名称 */
    supplierEnterpriseName?: string;
    /** 甲方企业Id */
    partyAEnterpriseId?: string;
    /** 甲方企业名称 */
    partyAEnterpriseName?: string;
    /** 甲方企业统一社会信用代码 */
    partyAEnterpriseSocietyCreditCode?: string;
    /** 开户银行 */
    receiveBank?: string;
    /** 开户支行 */
    receiveBankBranch?: string;
    /** 开户账号 */
    receiveAccount?: string;
    /** 充值金额 */
    amount?: number;
    /** 充值时间 */
    createdTime?: string;
    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
  }
  interface GetCooperationWalletsQuery {
    pageModel?: PagedListQueryPageModel;
  }
  interface GetCooperationWalletsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetCooperationWalletsQueryResultItem[];
  }
  interface GetCooperationWalletsQueryResultItem {
    /** 合作Id */
    id?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 供应商名称 */
    supplierEnterpriseName?: string;
    /** 供应商开户总行 */
    supplierEnterpriseBank?: string;
    /** 供应商开户支行 */
    supplierEnterpriseBankBranch?: string;
    /** 供应商户号 */
    supplierEnterpriseAccount?: string;
    /** 甲方企业Id */
    partyAEnterpriseId?: string;
    /** 甲方企业名称 */
    partyAEnterpriseName?: string;
    /** 甲方企业统一社会信用代码 */
    partyAEnterpriseSocietyCreditCode?: string;
    /** 余额 */
    balance?: number;
  }
  type GetCurrentLogierMenusQuery = Record<string, any>;
@@ -4478,6 +4916,10 @@
    enterpriseSignContractTime?: string;
    /** 电子合同 */
    contractUrl?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
    userSignContractStatus?: EnumTaskUserSignContractStatus;
  }
@@ -4488,13 +4930,22 @@
    createdTimeStart?: string;
    /** 登记时间-最晚时间 */
    createdTimeEnd?: string;
    /** 灵工签约时间-最早时间 */
    userSignContractTimeStart?: string;
    /** 灵工签约时间-最晚时间 */
    userSignContractTimeEnd?: string;
    /** 签约时间-最早时间 */
    signContractTimeStart?: string;
    /** 签约时间-最晚时间 */
    signContractTimeEnd?: string;
    hireStatus?: EnumTaskUserHireStatus;
    /** 实名时间-最早时间 */
    userRealTimeStart?: string;
    /** 实名时间-最晚时间 */
    userRealTimeEnd?: string;
    /** 是否实名 */
    isReal?: boolean;
    source?: EnumEnterpriseEmployeeSource;
    userSignContractStatus?: EnumTaskUserSignContractStatus;
    enterpriseSignContractStatus?: EnumTaskUserSignContractStatus;
    signContractStatus?: EnumGetEnterpriseEmployeesQuerySignContractStatus;
@@ -4510,6 +4961,8 @@
  interface GetEnterpriseEmployeesQueryResultItem {
    /** 灵工Id */
    id?: string;
    /** 企业Id */
    enterpriseId?: string;
    /** 头像 */
    avatar?: string;
    /** 姓名 */
@@ -4551,6 +5004,14 @@
    enterpriseSignContractTime?: string;
    /** 电子合同 */
    contractUrl?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
    source?: EnumEnterpriseEmployeeSource;
    /** 来源名称 */
    sourceName?: string;
    /** 创建时间 */
    createdTime?: string;
  }
@@ -4566,6 +5027,8 @@
    gender?: EnumUserGender;
    /** 企业全称 */
    enterpriseName?: string;
    /** 企业是否实名 */
    enterpriseIsReal?: boolean;
    /** 角色 */
    roles?: string[];
    /** 是否实名 */
@@ -4574,6 +5037,8 @@
    collectedUserCount?: number;
    /** 联系记录 */
    contactedRecordCount?: number;
    /** 绑定微信快捷登录 */
    bindWxmpId?: boolean;
  }
  interface GetEnterpriseQueryResult {
@@ -4611,6 +5076,19 @@
    userName?: string;
    /** 在招岗位数量 */
    taskCount?: number;
  }
  type GetEnterpriseReceiveAccountQuery = Record<string, any>;
  interface GetEnterpriseReceiveAccountQueryResult {
    /** 开户名称 */
    name?: string;
    /** 开户总行 */
    bank?: string;
    /** 开户支行 */
    bankBranch?: string;
    /** 户号 */
    account?: string;
  }
  interface GetEnterpriseSmsSettingQueryResult {
@@ -5093,6 +5571,7 @@
    /** 是否选择(用户角色授权) */
    isChecked?: boolean;
    userType?: EnumUserType;
    enterpriseType?: EnumEnterpriseType;
    clientType?: EnumClientType;
    /** 上级Id */
    parentId?: string;
@@ -5317,6 +5796,11 @@
    signStatus?: EnumEnterpriseCooperationSignStatus;
    /** 合作协议 */
    cooperationAgreementUrl?: string;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
    /** 用户Id */
    userId?: string;
    /** 账号 */
@@ -5352,6 +5836,11 @@
    cityContent?: string;
    cooperationStatus?: EnumEnterpriseCooperationStatus;
    signStatus?: EnumEnterpriseCooperationSignStatus;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
  }
  interface GetPersonalApplyTaskInfosQuery {
@@ -5382,7 +5871,8 @@
    applyBeginTime?: string;
    /** 报名结束时间 */
    applyEndTime?: string;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -5394,12 +5884,16 @@
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle?: EnumSettlementCycle;
    /** 福利 */
    benefits?: GetTaskInfoQueryResultBenefit[];
    /** 任务地点名称 */
    addressName?: string;
    status?: GetPersonalApplyTaskInfosQueryStatus;
    /** 未读 */
    unRead?: boolean;
  }
  enum GetPersonalApplyTaskInfosQueryStatus {
@@ -5438,7 +5932,8 @@
    applyBeginTime?: string;
    /** 报名结束时间 */
    applyEndTime?: string;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -5450,6 +5945,8 @@
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle?: EnumSettlementCycle;
    /** 福利 */
    benefits?: GetTaskInfoQueryResultBenefit[];
@@ -5487,7 +5984,8 @@
    applyBeginTime?: string;
    /** 报名结束时间 */
    applyEndTime?: string;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -5499,12 +5997,16 @@
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle?: EnumSettlementCycle;
    /** 福利 */
    benefits?: GetTaskInfoQueryResultBenefit[];
    /** 任务地点名称 */
    addressName?: string;
    status?: GetPersonalHireTaskInfosQueryStatus;
    /** 未读 */
    unRead?: boolean;
  }
  enum GetPersonalHireTaskInfosQueryStatus {
@@ -5645,8 +6147,15 @@
    enterpriseSignContractStatus?: EnumTaskUserSignContractStatus;
    /** 企业签约时间 */
    enterpriseSignContractTime?: string;
    source?: EnumEnterpriseEmployeeSource;
    /** 来源名称 */
    sourceName?: string;
    /** 电子合同 */
    contractUrl?: string;
    /** 协议起始时间 */
    contractBegin?: string;
    /** 协议终止时间 */
    contractEnd?: string;
  }
  interface GetPersonalUserInfosQuery {
@@ -5748,6 +6257,8 @@
    type?: EnumUserWalletTransactionType;
    /** 订单号 */
    code?: string;
    /** 任务名称 */
    taskName?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 结算日期 */
@@ -5842,8 +6353,12 @@
    /** 结算单名称 */
    settlementOrderName?: string;
    settlementStatus?: EnumTaskSettlementStatus;
    settlementReceiveStatus?: SettlementReceiveStatus;
    /** 结算时间 */
    settlementTime?: string;
    settlementAuditStatus?: EnumTaskSettlementAuditStatus;
    /** 审核时间 */
    settlementAuditTime?: string;
    /** 付款人账户 */
    payerAccount?: string;
    /** 付款人名称 */
@@ -6039,6 +6554,8 @@
    dataPower?: EnumRoleWebApiDataPower;
    /** 备注 */
    remark?: string;
    /** 用户数 */
    userCount?: number;
    /** 菜单Id */
    menuIds?: string[];
    /** 资源 */
@@ -6077,6 +6594,8 @@
    isDisabled?: boolean;
    /** 用户数量 */
    userCount?: number;
    /** 是否公开 */
    isPublic?: boolean;
  }
  interface GetRoleUserInfosQueryResultItem {
@@ -6118,7 +6637,6 @@
    keywords?: string;
    /** 任务Id */
    taskInfoId?: string;
    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
    settlementOrderStatus?: EnumTaskSettlementOrderStatus;
    settlementStatus?: EnumTaskSettlementStatus;
    checkReceiveStatus?: EnumTaskCheckReceiveStatus;
@@ -6126,6 +6644,8 @@
    settlementTimeBegin?: string;
    /** 结算时间-截止 */
    settlementTimeEnd?: string;
    paymentStatus?: GetSettlementTasksQueryPaymentStatus;
    supplierPaymentStatus?: GetSettlementTasksQuerySupplierPaymentStatus;
    pageModel?: PagedListQueryPageModel;
  }
@@ -6148,6 +6668,8 @@
  interface GetSettlementTasksQueryResultItem {
    /** 任务Id */
    id?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 所属任务 */
    name?: string;
    /** 任务单号 */
@@ -6155,6 +6677,8 @@
    checkReceiveStatus?: EnumTaskCheckReceiveStatus;
    /** 结算单号 */
    settlementCode?: string;
    /** 供应商名称 */
    supplierEnterpriseName?: string;
    settlementOrderStatus?: EnumTaskSettlementOrderStatus;
    /** 结算单名称 */
    settlementOrderName?: string;
@@ -6177,6 +6701,8 @@
    auditStatus?: EnumTaskSettlementAuditStatus;
    /** 操作人 */
    operator?: string;
    /** 发单企业名称 */
    enterpriseName?: string;
  }
  interface GetSettlementTasksQueryResultObjectData {
@@ -6186,6 +6712,15 @@
    completedAuditCount?: number;
    /** 已发放 */
    completedReleaseCount?: number;
  }
  enum GetSettlementTasksQuerySupplierPaymentStatus {
    /**待结算 */
    WaitSettlement = 10,
    /**已结算 */
    CompletedSettlement = 20,
    /**已发放 */
    CompletedRelease = 30,
  }
  interface GetSettlementTaskUsersQueryResult {
@@ -6207,6 +6742,8 @@
    checkReceiveEndDate?: string;
    /** 任务名称 */
    name?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 任务单号 */
    code?: string;
    billingMethod?: EnumBillingMethod;
@@ -6216,6 +6753,8 @@
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementAccess?: EnumEnterpriseWalletAccess;
    settlementOrderStatus?: EnumTaskSettlementOrderStatus;
    /** 结算单名称 */
@@ -6452,6 +6991,8 @@
    id?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 需求人数 */
@@ -6475,10 +7016,14 @@
    billingMethod?: EnumBillingMethod;
    /** 服务费 */
    serviceFee?: number;
    /** 预计服务费 */
    estimatedServiceFee?: number;
    /** 核定工时 */
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle?: EnumSettlementCycle;
    /** 结算日期 */
    settlementDate?: number;
@@ -6515,7 +7060,8 @@
    applyBeginTime?: string;
    /** 报名结束时间 */
    applyEndTime?: string;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -6527,6 +7073,8 @@
    status?: EnumTaskStatus;
    releaseStatus?: EnumTaskReleaseStatus;
    hireStatus?: EnumTaskUserHireStatus;
    /** 录用备注 */
    hireRemark?: string;
    /** 灵工Id */
    enterpriseEmployeeId?: string;
    applyButton?: GetTaskInfoQueryResultApplyButton;
@@ -6604,6 +7152,8 @@
    id?: string;
    /** 供应商Id */
    supplierEnterpriseId?: string;
    /** 是否内部任务 */
    isInternal?: boolean;
    /** 供应商 */
    supplierEnterpriseName?: string;
    /** 供应商账号 */
@@ -6627,6 +7177,8 @@
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle?: EnumSettlementCycle;
    /** 福利 */
    benefits?: GetTaskInfoQueryResultBenefit[];
@@ -6661,7 +7213,8 @@
    /** 报名结束时间 */
    applyEndTime?: string;
    applyStatus?: EnumTaskApplyStatus;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -6697,6 +7250,33 @@
    name?: string;
  }
  interface GetTaskSettlementReleaseReportsQuery {
    /** 开始日期 */
    startMonth?: string;
    /** 结束日期 */
    endMonth?: string;
    pageModel?: PagedListQueryPageModel;
  }
  interface GetTaskSettlementReleaseReportsQueryResult {
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetTaskSettlementReleaseReportsQueryResultItem[];
  }
  interface GetTaskSettlementReleaseReportsQueryResultItem {
    /** 日期 */
    month?: string;
    /** 发放金额 */
    amount?: number;
    /** 发放人数 */
    peopleCount?: number;
    /** 生成日期 */
    createdTime?: string;
    /** 汇总表格 */
    url?: string;
  }
  interface GetTaskUserHireStatusQueryResult {
    hireStatus?: EnumTaskUserHireStatus;
  }
@@ -6711,6 +7291,7 @@
  }
  interface GetTaskUsersQueryResult {
    objectData?: GetTaskUsersQueryResultObjectData;
    pageModel?: PagedListQueryResultPageModel;
    /** 数据 */
    data?: GetTaskUsersQueryResultItem[];
@@ -6750,6 +7331,11 @@
    /** 工作经验 */
    workExperience?: string;
    hireStatus?: EnumTaskUserHireStatus;
  }
  interface GetTaskUsersQueryResultObjectData {
    /** 是否内部任务 */
    isInternal?: boolean;
  }
  interface GetThreeResourceLogsQuery {
@@ -7157,6 +7743,10 @@
  }
  interface ImportEnterpriseEmployeesCommandResultError {
    /** 协议起始 */
    contractBegin?: string;
    /** 协议终止 */
    contractEnd?: string;
    /** 错误信息 */
    errorMessage?: string;
    /** 姓名 */
@@ -7407,6 +7997,8 @@
  }
  interface PasswordLoginCommand {
    /** 用户登录凭证 */
    code?: string;
    /** 账号 */
    userName: string;
    /** 密码 */
@@ -7481,6 +8073,17 @@
    verifyCode: string;
  }
  interface RechargeCooperationWalletCommand {
    /** 合作Id */
    cooperationId?: string;
    /** 收款账户 */
    receiveAccount: string;
    /** 金额 */
    amount: number;
    /** 凭证 */
    files: string[];
  }
  interface RechargeEnterpriseWalletCommand {
    /** 企业Id */
    enterpriseId?: string;
@@ -7504,6 +8107,14 @@
  }
  type RepairContractTemplateValuePointBy1202Command = Record<string, any>;
  type RepairEnterpriseEmployee1302Command = Record<string, any>;
  type RepairEnterpriseUser1302Command = Record<string, any>;
  type RepairEnterpriseWalletTransaction1302Command = Record<string, any>;
  type RepairTaskEstimatedServiceFee1301Command = Record<string, any>;
  interface ResendResourceCommand {
    /** 资源日志Id */
@@ -7565,6 +8176,8 @@
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContents?: string[];
    /** Id */
    id?: string;
  }
@@ -7684,6 +8297,15 @@
    status?: EnumEnterpriseCostStatus;
  }
  interface SaveEnterpriseReceiveAccountCommand {
    /** 开户总行 */
    bank?: string;
    /** 开户支行 */
    bankBranch?: string;
    /** 户号 */
    account?: string;
  }
  interface SaveFrontConsoleLogCommand {
    /** 跟踪Id */
    traceId?: string;
@@ -7725,6 +8347,7 @@
  interface SaveMenuCommand {
    userType?: EnumUserType;
    enterpriseType?: EnumEnterpriseType;
    clientType?: EnumClientType;
    /** 上级Id */
    parentId?: string;
@@ -7824,6 +8447,8 @@
  }
  interface SavePartyAEnterpriseCommand {
    /** Id */
    id?: string;
    /** 企业名称 */
    enterpriseName: string;
    /** 法人姓名 */
@@ -7856,14 +8481,17 @@
    signStatus?: EnumEnterpriseCooperationSignStatus;
    /** 合作协议 */
    cooperationAgreementUrl?: string;
    serviceFeeCollectType?: EnumEnterpriseCooperationServiceFeeCollectType;
    /** 服务费 */
    serviceFeeRate?: number;
    /** 发票税点 */
    invoiceTaxPointRate?: number;
    /** 账号 */
    userName?: string;
    /** 密码(选填 填了就改不填就不改) */
    password?: string;
    /** 操作密码(选填 填了就改不填就不改) */
    operatorPassword?: string;
    /** Id */
    id?: string;
  }
  interface SavePersonalUserBankCardCommand {
@@ -7938,10 +8566,14 @@
    billingMethod: EnumBillingMethod;
    /** 服务费 */
    serviceFee?: number;
    /** 预计服务费 */
    estimatedServiceFee?: number;
    /** 核定工时 */
    verifyWorkHours?: number;
    /** 超时服务费 */
    timeoutServiceFee?: number;
    /** 总件数 */
    totalPieceQuantity?: number;
    settlementCycle: EnumSettlementCycle;
    /** 结算日期 */
    settlementDate: number;
@@ -7974,7 +8606,8 @@
    applyBeginTime?: string;
    /** 报名结束时间 */
    applyEndTime?: string;
    checkReceiveMethod?: EnumTaskCheckReceiveMethod;
    /** 验收方式 */
    checkReceiveMethods?: EnumTaskCheckReceiveMethod[];
    paymentMethod?: EnumTaskPaymentMethod;
    settlementAccess?: EnumEnterpriseWalletAccess;
    /** 任务描述 */
@@ -8234,6 +8867,8 @@
    /** 任务人员Id */
    id?: string;
    hireStatus?: EnumTaskUserHireStatus;
    /** 录用备注 */
    hireRemark?: string;
  }
  enum SettlementReceiveStatus {
@@ -8328,14 +8963,29 @@
    taskInfoId?: string;
    /** 日期 */
    date?: string;
    userCheckHistoryType?: EnumTaskUserSubmitCheckHistoryType;
    /** 附件 */
    files?: string[];
  }
  interface SureRechargeCooperationWalletCommand {
    /** 合作Id */
    cooperationId?: string;
    /** 交易Id */
    id?: string;
    transactionStatus?: EnumEnterpriseCooperationWalletTransactionStatus;
    /** 备注 */
    remark?: string;
  }
  interface SureTaskSettlementCommand {
    /** 任务Id */
    taskInfoId?: string;
    /** 操作令牌 */
    operatorToken?: string;
  }
  type SyncContractTemplateParamterTo818Command = Record<string, any>;
  type SyncDatabaseCommand = Record<string, any>;
@@ -8462,6 +9112,10 @@
    remark?: string;
  }
  type TestEventCommand = Record<string, any>;
  type UnBindUserWxmpIdCommand = Record<string, any>;
  interface UpdateEnterpriseWeChatPayWalletBankAccountInfoCommand {
    /** 企业Id */
    enterpriseId?: string;