wupengfei
4 天以前 5b0401fea3c339aa45feb0d165f36b1b7a76fdaf
src/services/api/typings.d.ts
@@ -252,6 +252,12 @@
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 公司信息 */
    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
  }
  interface AddIndustryBodyAuditInput {
@@ -451,6 +457,11 @@
    /** 公告排序 */
    sort: number;
    userId?: string;
  }
  interface AddParkBountyApplyByEnterpriseInput {
    batchNo?: string;
    enterpriseMonthApplyId?: string;
  }
  interface AddParkBountyApplyStepOneInput {
@@ -1290,6 +1301,10 @@
    parentId?: string;
  }
  interface APIgetAllModuleListParams {
    menuScene?: EnumMenuScene;
  }
  interface APIgetAllSubModuleParams {
    moduleId?: string;
  }
@@ -1372,6 +1387,15 @@
    moduleId?: string;
  }
  interface APIgetCustomContractParamterSelectParams {
    /** 客户Id */
    customerId?: string;
    /** 是否默认 */
    isDefault?: boolean;
    /** 合同模板Id */
    templateId?: string;
  }
  interface APIgetCustomerFileTypeHeadParams {
    enterpriseId?: string;
  }
@@ -1416,6 +1440,11 @@
  interface APIgetEnterpriseRechargeDetailParams {
    id?: string;
  }
  interface APIgetExternalSystemPingAnPayWalletParams {
    /** 外部系统Id */
    externalSystemId?: string;
  }
  interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
@@ -1750,6 +1779,11 @@
    id?: string;
  }
  interface APIgetRewardStatisticsMonthsParams {
    /** 所属园区Id */
    industrialParkId?: string;
  }
  interface APIgetRolesIdRolesParams {
    id: string;
  }
@@ -1842,6 +1876,12 @@
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    objectType?: number;
  }
  interface APIgetUserOrRoleModuleListParams {
    id?: string;
    menuScene?: EnumMenuScene;
    objectType?: number;
  }
@@ -2501,6 +2541,12 @@
  type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
  interface BatchCreateCompanyUserV3Input {
    list?: AddCertifiedUserInput[];
    /** 是否需要认证 */
    needCertification?: boolean;
  }
  interface BatchInquiriesItem {
    /** 单笔交易流水号 批内唯一 */
    sThirdVoucher?: string;
@@ -2849,6 +2895,14 @@
    status?: EnumElectronSignContractParameterStatus;
  }
  interface BatchUpdateCustomContractParamterStatusInput {
    /** 客户Id */
    customerId?: string;
    /** 参数Id */
    ids?: string[];
    status?: EnumElectronSignContractParameterStatus;
  }
  interface BestSignDownloadImageDataResponse {
    /** 图片文件流 */
    data?: any[];
@@ -2932,6 +2986,8 @@
    startMonth?: string;
    /** 截止统计月份 */
    endMonth?: string;
    /** 企业Id */
    enterpriseIds?: string[];
  }
  type BusinessSettingTypeEnum = 10;
@@ -4081,6 +4137,8 @@
    password?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
  }
  interface CreateBackClientUserInput {
@@ -4101,6 +4159,7 @@
  }
  interface CreateBaseRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -4169,6 +4228,35 @@
    /** 跟进备注 */
    remark?: string;
    status?: CooperationApplyStatusEnum;
  }
  interface CreateGovermentSubAccounts {
    /** 名称 */
    name?: string;
    /** 用户名 */
    userName?: string;
    /** 备注 */
    remark?: string;
    /** 手机号 */
    phoneNumber?: string;
    /** 用户端Id */
    clientId?: string;
    /** 园区Ids */
    industrialParkIds?: string[];
    /** 角色 */
    roleNames?: string[];
    /** 是否理赔提醒 */
    sendClaimMessage?: boolean;
    /** 是否保单到期提醒 */
    sendBillExpireMessage?: boolean;
    /** 是否短信提醒 */
    isSendMessage?: boolean;
    /** 是否人员变更提醒 */
    staffChangeMessage?: boolean;
    /** 是否批改提醒 */
    batchUpdateMessage?: boolean;
    /** 密码 */
    password?: string;
  }
  interface CreateGoverUserInput {
@@ -5023,6 +5111,8 @@
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 自定义内容 */
    customContents?: string[];
    /** 模板变量 */
    values: CreateOrUpdateContractTemplateValueInput[];
  }
@@ -5192,6 +5282,7 @@
  }
  interface CreateOrUpdateRoleInput {
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -5239,6 +5330,8 @@
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
    enterpriseId?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    auditType?: EnumParkBountyTradeDetailAuditType;
@@ -5698,6 +5791,9 @@
    isSignFreeSet?: boolean;
    /** 注册时间 */
    registTime?: string;
    /** 备注 */
    remark?: string;
    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
  }
  interface CustomerManageListOutputPageOutput {
@@ -5754,6 +5850,9 @@
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
    enterpriseId?: string;
    /** 是否是运营端代上传 */
    isAdminFileUpload?: boolean;
  }
  interface CustomerUploadMonthApplyFileType {
@@ -5762,14 +5861,34 @@
  }
  interface CustomerUploadMonthApplyFileTypeDto {
    parkBountyApplyId?: string;
    fileSearchTypeId?: string;
    id?: string;
    enterpriseId?: string;
    fileSearchTypeName?: string;
    fileType?: string;
    fileSize?: number;
    fileUrl?: string;
    sort?: number;
    creationTime?: string;
    searchType?: number;
  }
  interface CustomerUploadMonthApplyFileV2Input {
    withMonth?: string;
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
    enterpriseId?: string;
    /** 是否是运营端代上传 */
    isAdminFileUpload?: boolean;
    /** 汇总材料 */
    bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
    /** 汇算材料 */
    bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
    /** 是否重新提交 */
    isResubmit?: boolean;
    parkBountyApplyId?: string;
  }
  interface DataprepareCreateExtInfo {
@@ -5872,6 +5991,7 @@
  interface EditParkBountyApplyStepOneInput {
    parkBountyApplyId?: string;
    removeCompanyIds?: string[];
    isResubmit?: boolean;
  }
  interface EDZ001Input {
@@ -6077,6 +6197,7 @@
  interface EnterpriseApplyDrawWithInput {
    amount?: number;
    invoiceUrl?: string;
    enterpriseId?: string;
  }
  interface EnterpriseBatchRefundInput {
@@ -6153,6 +6274,8 @@
    remark?: string;
    /** 文件数量 */
    fileCount?: number;
    /** 企业申报材料数量 */
    enterpriseMonthApplyFileCount?: number;
    lastModificationTime?: string;
    lastModifierName?: string;
    lastModifierId?: string;
@@ -6295,6 +6418,8 @@
  type EnumElectronSignUserType = 10 | 20;
  type EnumMenuScene = 0 | 1;
  type EnumPagedListOrder = 0 | 1;
  type EnumParkBountyTradeDetailAuditStatus = 10 | 20 | 30;
@@ -6306,6 +6431,8 @@
  type EnumSmsAccess = 0 | 10 | 20;
  type EnumSmsStatus = 0 | 10 | 20 | 30;
  type EnumWalletSignStatus = 1 | 10 | 100 | 999;
  interface ExportBountyApplyData {
    /** 企业名称 */
@@ -7252,6 +7379,17 @@
    data?: GetContractParamterListItem[];
  }
  interface GetContractTemplateCustomContentDto {
    /** 合同模板Id */
    templateId?: string;
    /** 变量名称 */
    label?: string;
    /** 变量代码 */
    name?: string;
    /** 值 */
    value?: string;
  }
  interface GetContractTemplateDto {
    /** Id */
    id?: string;
@@ -7268,6 +7406,8 @@
    isAutoSign?: boolean;
    /** 自动签授权书 */
    autoSignPowerAttorneyUrl?: string;
    /** 模板变量 */
    customContents?: GetContractTemplateCustomContentDto[];
    /** 模板变量 */
    values?: GetContractTemplateValueDto[];
  }
@@ -7350,6 +7490,38 @@
    startDate?: string;
    /** 截止日期 */
    endDate?: string;
  }
  interface GetCurrentExternalSystemOutput {
    /** 是否签约钱包 */
    isSignWallet?: boolean;
  }
  interface GetCustomContractParamterListInput {
    pageModel?: Pagination;
    /** 客户Id */
    customerId?: string;
    /** 关键字 */
    keywords?: string;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface GetCustomContractParamterListItem {
    /** 参数Id */
    id?: string;
    /** 变量名称 */
    label?: string;
    /** 变量代码 */
    name?: string;
    /** 是否默认 */
    isDefault?: boolean;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface GetCustomContractParamterListItemPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetCustomContractParamterListItem[];
  }
  interface GetCustomerDto {
@@ -7471,6 +7643,8 @@
    outCheckTimeEnd?: string;
    outCheckStatus?: BountyCheckStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetCustomersExportInput {
@@ -7548,6 +7722,7 @@
  interface GetCustomerUploadApplyFilesInput {
    id?: string;
    enterpriseId?: string;
    userId?: string;
    withMonth?: string;
    parkBountyApplyId?: string;
  }
@@ -7579,6 +7754,23 @@
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadApplyFilesV2Response {
    /** 所属月份 */
    withMonth?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 申报金额 */
    applyAmount?: number;
    /** 所属园区 */
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
    /** 汇总材料 */
    bountyCollectFileTypeList?: GetCustomerUploadApplyFilesOutput[];
    /** 汇算材料 */
    bountyCollectCountFileTypeList?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadFileRecordInput {
@@ -7658,6 +7850,8 @@
    endDateTime?: string;
    enterpriseId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetEnterpriseDrawWithListOutput {
@@ -7667,6 +7861,7 @@
    societyCreditCode?: string;
    creationTime?: string;
    enterpriseType?: string;
    parkId?: string;
    parkName?: string;
    parkType?: string;
    amount?: number;
@@ -7694,6 +7889,11 @@
    /** 申报金额 */
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 自主申报的申报Id */
    parkBountyApplyId?: string;
  }
  interface GetEnterpriseMonthApplyFileOutputPageOutput {
@@ -7721,6 +7921,8 @@
    beginDateTime?: string;
    endDateTime?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetEnterprisePreChargeCheckListOutput {
@@ -7744,6 +7946,8 @@
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 审核人 */
    checkOperator?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface GetEnterprisePreChargeCheckListOutputPageOutput {
@@ -7803,6 +8007,16 @@
    pageModel?: Pagination;
    /** 关键字 */
    searchKey?: string;
  }
  interface GetExternalSystemPingAnPayWalletOutput {
    /** 户名 */
    name?: string;
    /** 账号 */
    identity?: string;
    /** 余额 */
    balance?: number;
    signStatus?: EnumWalletSignStatus;
  }
  interface GetFeatureListResultDto {
@@ -9124,6 +9338,8 @@
    /** 外部复审核结束日期 */
    outReCheckTimeEnd?: string;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetParkBountyApplyListOutput {
@@ -9181,6 +9397,10 @@
    suportWithDraw?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 内部审核人 */
    inCheckAuditOperator?: string;
    /** 外部审核人 */
@@ -9194,6 +9414,8 @@
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审时间 */
    outReCheckTime?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -9227,6 +9449,8 @@
    auditTimeBegin?: string;
    /** 审核结束日期 */
    auditTimeEnd?: string;
    /** 所属园区 */
    industrialParkId?: string;
    /** 园区Id */
    parkId?: string;
    enterpriseId?: string;
@@ -9293,6 +9517,8 @@
    incomeBankCardNumber?: string;
    /** 开户行 */
    incomeBankName?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
    creationTime?: string;
    selfAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 企业自身出账审核备注 */
@@ -9315,6 +9541,7 @@
    selfAuditOperatorId?: string;
    /** 江祐保上传的保单文件 */
    insureBillUrl?: string;
    auditType?: EnumParkBountyTradeDetailAuditType;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -9339,6 +9566,8 @@
    auditTimeBegin?: string;
    /** 审核结束日期 */
    auditTimeEnd?: string;
    /** 所属园区 */
    industrialParkId?: string;
  }
  interface GetParkBountyTradeOutput {
@@ -9358,8 +9587,12 @@
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    /** 财政拨付余额 */
    financeAmount?: number;
    /** 申请园区 */
    parkName?: string;
    /** 所属园区 */
    parkId?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
  }
@@ -9536,12 +9769,15 @@
    parkTypName?: string;
    /** 营业执照 */
    licenseUrl?: string;
    /** 合作协议 */
    cooperationUrl?: string;
    /** 银行总行名称 */
    bankName?: string;
    /** 银行支行名称 */
    bankBranchName?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    userCertificationStatus?: UserCertificationStatusEnum;
  }
  interface GetParkCustomerManageOutput {
@@ -9885,6 +10121,7 @@
    pageModel?: Pagination;
    /** 查询条件:角色名称 */
    queryCondition?: string;
    menuScene?: EnumMenuScene;
  }
  interface GetSearchSettingList {
@@ -10297,6 +10534,8 @@
    bankBranchName?: string;
    bankCardNumber?: string;
    bankIsVerify?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface GetUserBaseInfoDataResponse {
@@ -11430,6 +11669,23 @@
    industrialParkFileTypeSetting?: string[];
  }
  interface IndustrialParkCompanyFile {
    /** 公司ID */
    companyOrgId?: string;
    /** 部门ID */
    departmentOrgId?: string;
  }
  interface IndustrialParkCompanyOutput {
    id?: string;
    /** 工业园区ID */
    industrialParkId?: string;
    /** 公司ID */
    companyOrgId?: string;
    /** 部门ID */
    departmentOrgId?: string;
  }
  interface IndustrialParkDetailOutput {
    id?: string;
    /** 园区名称 */
@@ -11459,6 +11715,10 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 注册地址 */
@@ -11466,6 +11726,7 @@
    /** 备注 */
    remark?: string;
    industrialParkFileTypeList?: IndustrialParkFileTypeOutput[];
    industrialParkCompanyList?: IndustrialParkCompanyOutput[];
  }
  interface IndustrialParkDropDownOutput {
@@ -11523,6 +11784,10 @@
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
  }
@@ -15215,6 +15480,25 @@
    parentModuleName?: string;
  }
  interface ModuleDtoV2 {
    id?: string;
    description?: string;
    sortCode?: number;
    enabledMark?: number;
    parentId?: string;
    name?: string;
    isCache?: boolean;
    path?: string;
    viewAddress?: string;
    levelNum?: number;
    enCode?: string;
    menuSource?: EnumMenuScene;
    icon?: string;
    hasCheck?: boolean;
    isMenu?: number;
    parentModuleName?: string;
  }
  interface ModuleExtensionDto {
    entities?: Record<string, any>;
    configuration?: Record<string, any>;
@@ -16035,6 +16319,7 @@
    | 30
    | 31
    | 32
    | 33
    | 40
    | 42;
@@ -16414,6 +16699,10 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 是否支持用户提现 */
@@ -16425,6 +16714,8 @@
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审备注 */
    outReCheckRemark?: string;
    /** 撤销原因 */
    reasonForWithdrawal?: string;
  }
  interface OutcheckParkBountyApplyInput {
@@ -16434,6 +16725,16 @@
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutcheckParkBountyApplyRedoedInput {
    parkBountyApplyId?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface OutcheckParkBountyApplyResubmitInput {
    parkBountyApplyId?: string;
  }
  interface OutReCheckParkBountyApplyInput {
@@ -20212,6 +20513,7 @@
  interface RoleInfo {
    /** 角色Id */
    id?: string;
    menuScene?: EnumMenuScene;
    /** 名称 */
    name?: string;
    /** 排序 */
@@ -20350,6 +20652,18 @@
    status?: EnumElectronSignContractParameterStatus;
  }
  interface SaveCustomContractTemplateParamterInput {
    /** 客户Id */
    customerId?: string;
    /** 参数Id */
    id?: string;
    /** 变量名称 */
    label?: string;
    /** 变量代码 */
    name?: string;
    status?: EnumElectronSignContractParameterStatus;
  }
  interface SaveCustomerTemplateParamInput {
    /** 模板id */
    lgGigWorkerCustomerTemplateId?: string;
@@ -20376,6 +20690,15 @@
    templateParamExtraData?: string;
  }
  interface SaveExternalSystemPingAnPayWalletInput {
    /** 外部系统Id */
    externalSystemId?: string;
    /** 户名 */
    name: string;
    /** 账号 */
    identity: string;
  }
  interface SaveParkBountyApplyCollectFileInput {
    parkBountyApplyId?: string;
    /** 奖励金分配表 */
@@ -20389,11 +20712,14 @@
    /** 财政拨付总额 */
    financeSumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 是否重新提交 */
    isResubmit?: boolean;
  }
  interface SaveParkBountyApplyGatherFileInput {
    parkBountyApplyId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    isResubmit?: boolean;
  }
  interface SaveSmsSettingCommand {
@@ -20922,6 +21248,15 @@
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpiseCooperationUrlInput {
    /** 用户Id */
    userId?: string;
    /** 合作协议 */
    cooperationUrl?: string;
  }
  interface SetUserEnterpriseBankInfoInput {
@@ -21774,6 +22109,9 @@
    auditById?: string;
    /** 审核时间 */
    auditTime?: string;
    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 财务审核时间 */
    financeAuditTime?: string;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 保单号 */
@@ -21796,6 +22134,8 @@
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
  }
  interface SysOrgDetailOutput {
@@ -22562,6 +22902,12 @@
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 公司信息 */
    industrialParkCompanyFile?: IndustrialParkCompanyFile[];
    id?: string;
  }
@@ -22828,6 +23174,63 @@
    sort: number;
    userId?: string;
    id?: string;
  }
  interface UpdateParkBountyApplyByEnterpriseInput {
    enterpriseMonthApplyId?: string;
  }
  interface UpdateParkBountyApplyInfoInput {
    parkBountyApplyId?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 申请园区Id */
    parkId?: string;
    /** 申请园区 */
    parkName?: string;
    /** 申请园区类型 */
    parkTypeName?: string;
    /** 申请奖励金月份 */
    applyMonth?: string;
    /** 已保存企业缴税明细、营收汇总 */
    saveGatherFile?: boolean;
    /** 奖励金汇总金额 */
    applySumAmount?: number;
    /** 汇总明细表 */
    enterpriseTaxSubFileUrl?: string;
    /** 企业营收汇总表 */
    enterpriseOperateFileUrl?: string;
    /** 奖励金分配表 */
    bountyAssignFileUlr?: string;
    /** 奖励金汇总表 */
    bountyCollectFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
    /** 外部审核原因 */
    outCheckRemark?: string;
    /** 内部审核原因 */
    inCheckRemark?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 财政拨付总额 */
    financeSumAmount?: number;
    /** 平台充值总额 */
    settleSumAmount?: number;
    /** 发放凭证 */
    settleFileUrl?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
    /** 是否支持企业上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface UpdateParkBountyApplyTradeInsuranceBillFile {
@@ -23183,6 +23586,7 @@
    monthApplyId?: string;
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    enterpriseId?: string;
  }
  interface UploadParkApplyCustomerFilesInput {