zhengyiming
2025-06-16 53b0a0b7b5594e1e4ff6036703fa00af84c5ea9f
src/services/api/typings.d.ts
@@ -55,7 +55,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -73,17 +73,20 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
    /** 用户名 */
    userName: string;
    /** 手机号 */
    phoneNumber: string;
    /** 联系人 */
    contact: string;
    contact?: string;
    /** 联系电话 */
    contactPhone: string;
    contactPhone?: string;
    /** 产业园区id */
    industrialParkId?: string;
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
  }
  interface AddEnterpriseMaterialFileInput {
@@ -235,8 +238,12 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 文件 */
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
  }
  interface AddIndustryBodyAuditInput {
@@ -600,7 +607,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -618,6 +625,8 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
@@ -958,6 +967,10 @@
    productId?: string;
  }
  interface APIbatchQuoteEnterpriseApplyFileParams {
    parkBountyApplyId?: string;
  }
  interface APIcalculationWalletBatchImportTempPayFeeParams {
    walletAccountType?: WalletAccountTypeEnum;
  }
@@ -1027,6 +1040,10 @@
  interface APIdeletedInsurePlanDetailParams {
    /** 单个明细Id */
    guid?: string;
  }
  interface APIdeleteEnterpriseApplyUploadFileParams {
    id?: string;
  }
  interface APIdeleteHeadHunterParams {
@@ -1113,6 +1130,10 @@
  interface APIdeleteOrderParams {
    id?: string;
  }
  interface APIdeleteParkEnterpriseApplyFileParams {
    parkEnterpriseDetaiFileId?: string;
  }
  interface APIdeleteParkRewardApplyParams {
@@ -1348,6 +1369,15 @@
  interface APIgetElecBillInfoParams {
    transactionDetailId?: string;
  }
  interface APIgetEnterpriseDrawWithDetailParams {
    drawWithId?: string;
  }
  interface APIgetEnterpriseLastUploadEnterPactFileNewParams {
    companyId?: string;
    parkBountyApplyId?: string;
  }
  interface APIgetEnterpriseLastUploadEnterPactFileParams {
@@ -1734,6 +1764,10 @@
  interface APIgetTrainingInfoParams {
    id?: string;
  }
  interface APIgetUserBaseEnterpriseInfoThridpartParams {
    userId?: string;
  }
  interface APIgetUserCanAuthProductListParams {
@@ -2320,6 +2354,10 @@
    /** 绑定邮箱地址 */
    bindEmailAddress?: string;
    canLoginUserSign?: CanLoginUserSignEnum;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
    /** 外部系统ID */
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
  }
@@ -2717,6 +2755,8 @@
  type BestSignUserSignStatusEunm = 1 | 5 | 10 | 20 | 30 | 40 | 50 | 90;
  type BillStatusEnum = 10 | 20 | 30;
  interface BindUserEmailInput {
    /** 邮箱 */
    bindEmailAddress: string;
@@ -2735,7 +2775,7 @@
    walletAccountType?: WalletAccountTypeEnum;
  }
  type CanLoginUserSignEnum = 1 | 2 | -1;
  type CanLoginUserSignEnum = 1 | 2 | 3 | -1;
  interface CategoryAllDto {
    /** 类别Id */
@@ -2833,6 +2873,7 @@
    isPay?: boolean;
    /** 所属园区 */
    belongPark?: string;
    industrialParkId?: string;
    /** 注册时间 */
    registTime?: string;
    /** 账户是否锁住(是否禁用) */
@@ -2904,6 +2945,7 @@
    isPay?: boolean;
    /** 所属园区 */
    belongPark?: string;
    industrialParkId?: string;
    /** 注册时间 */
    registTime?: string;
    /** 账户是否锁住(是否禁用) */
@@ -2987,7 +3029,14 @@
  type ChargeTypeEnum = 1 | 2;
  interface CheckBatchCreateCompanyUserDataInput {
    list?: CheckBatchCreateCompanyUserInput[];
    isCheckUserExist?: boolean;
  }
  interface CheckBatchCreateCompanyUserInput {
    belongPark?: string;
    industrialParkId?: string;
    enterpriseName?: string;
    /** 统一社会信用代码 */
    societyCreditCode?: string;
@@ -2995,6 +3044,9 @@
    contact?: string;
    /** 手机号 */
    phoneNumber?: string;
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
  }
  interface CheckBatchCreateCompanyUserResult {
@@ -3014,6 +3066,14 @@
    circleFriendReplyId?: string;
    /** 审核状态 通过:10 驳回:-10 */
    status?: number;
  }
  interface CheckEnterpriseApplyDrawWithInput {
    applyDrawWithId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 提现凭证 */
    checkFileUrl?: string;
    checkRemark?: string;
  }
  interface CheckInsureCityIsAllowInput {
@@ -3845,6 +3905,8 @@
    /** 组织架构部门id */
    departmentOrgId?: string;
    password?: string;
    /** 产业园区id */
    industrialParkId?: string;
  }
  interface CreateBackClientUserInput {
@@ -4922,6 +4984,7 @@
    payFileUrl?: string;
    /** 消费类型 */
    payRemark?: string;
    access?: ParkBountyTradeAccessEnum;
  }
  interface CreateParkOrHRAdvertiseInput {
@@ -5062,6 +5125,11 @@
    successTime: string;
    /** 备注 */
    remark?: string;
  }
  interface CreateTempTokenInput {
    /** 用户Id */
    userId?: string;
  }
  interface CreateUserForAdminInput {
@@ -5412,6 +5480,8 @@
  interface CustomerUploadMonthApplyFileInput {
    withMonth?: string;
    /** 申报金额 */
    applyAmount?: number;
    fileTypes?: CustomerUploadMonthApplyFileType[];
  }
@@ -5423,9 +5493,12 @@
  interface CustomerUploadMonthApplyFileTypeDto {
    fileSearchTypeId?: string;
    id?: string;
    fileSearchTypeName?: string;
    fileType?: string;
    fileSize?: number;
    fileUrl?: string;
    sort?: number;
    creationTime?: string;
  }
  interface DataprepareCreateExtInfo {
@@ -5637,6 +5710,11 @@
    freeCount?: number;
  }
  interface EnterpriseApplyDrawWithInput {
    amount?: number;
    invoiceUrl?: string;
  }
  interface EnterpriseBatchRefundInput {
    guid?: string;
    listOrderNo?: number[];
@@ -5728,6 +5806,8 @@
  type EnterpriseMonthApplyStatusEnum = 10 | 20;
  type EnterpriseMonthUploadStatusEnum = 10 | 20 | 30;
  type EnterprisePrechargeInComeStatusEnum = 10 | 20;
  type EnterpriseRechargeStatusEnum = 10 | 20 | 30;
@@ -5917,6 +5997,25 @@
    isVisible?: boolean;
  }
  interface ExternalSystemDto {
    /** Id */
    id?: string;
    /** 系统名 */
    name?: string;
    /** ID */
    code?: string;
    /** 启用 */
    enabled?: boolean;
    /** 备注 */
    remark?: string;
  }
  interface ExternalSystemDtoPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: ExternalSystemDto[];
  }
  interface FailOrderInfo {
    orderNo?: number;
    name?: string;
@@ -5956,7 +6055,7 @@
    fileId?: string;
  }
  type FinanceStatusEnum = 1 | 2;
  type FinanceStatusEnum = 1 | 2 | 3;
  type FinanceTypeEnum = 10 | 20;
@@ -6592,6 +6691,7 @@
  interface GetCompanyNameListOutput {
    companyId?: string;
    name?: string;
    applyAmount?: number;
  }
  interface GetCooperationApplyInput {
@@ -6749,6 +6849,7 @@
    id?: string;
    enterpriseId?: string;
    withMonth?: string;
    parkBountyApplyId?: string;
  }
  interface GetCustomerUploadApplyFilesOutput {
@@ -6759,11 +6860,25 @@
    lastUpdateTime?: string;
    monthApplyId?: string;
    withMonth?: string;
    searchType?: number;
    enterpriseName?: string;
    parkName?: string;
    fileTypeName?: string;
    sort?: number;
    listFiles?: CustomerApplyFileDetailDto[];
  }
  interface GetCustomerUploadApplyFilesResponse {
    /** 所属月份 */
    withMonth?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 申报金额 */
    applyAmount?: number;
    /** 所属园区 */
    parkName?: string;
    /** 附件 */
    items?: GetCustomerUploadApplyFilesOutput[];
  }
  interface GetCustomerUploadFileRecordOutput {
@@ -6811,12 +6926,66 @@
    data?: GetEnterpriseCredentialDataResponse;
  }
  interface GetEnterpriseDrawWithDetailOutput {
    id?: string;
    enterpriseId?: string;
    enterpriseName?: string;
    societyCreditCode?: string;
    creationTime?: string;
    accountName?: string;
    bankNumber?: string;
    bankName?: string;
    bankResumeName?: string;
    amount?: number;
    remainAmount?: number;
    invoiceUrl?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    checkTime?: string;
    checkUserId?: string;
    checkRemark?: string;
    checkFileUrl?: string;
  }
  interface GetEnterpriseDrawWithListInput {
    pageModel?: Pagination;
    keyWord?: string;
    beginDateTime?: string;
    endDateTime?: string;
    enterpriseId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
  }
  interface GetEnterpriseDrawWithListOutput {
    drawWithId?: string;
    enterpriseId?: string;
    enterpriseName?: string;
    societyCreditCode?: string;
    creationTime?: string;
    enterpriseType?: string;
    parkName?: string;
    parkType?: string;
    amount?: number;
    remainAmount?: number;
    checkStatus?: EnterpriseRechargeStatusEnum;
    checkTime?: string;
    checkRemark?: string;
    checkFileUrl?: string;
  }
  interface GetEnterpriseDrawWithListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseDrawWithListOutput[];
  }
  interface GetEnterpriseMonthApplyFileOutput {
    id?: string;
    enterpriseId?: string;
    withMonth?: string;
    creationTime?: string;
    uploadStatus?: EnterpriseMonthUploadStatusEnum;
    /** 申报金额 */
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
  }
@@ -6824,6 +6993,19 @@
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseMonthApplyFileOutput[];
  }
  interface GetEnterpriseParkApplyUploadFileOutput {
    fileSearchTypeId?: string;
    fileSearchTypeName?: string;
    fileCount?: number;
    sort?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface GetEnterpriseParkApplyUploadFilesInput {
    parkBountyApplyId?: string;
    companyId?: string;
  }
  interface GetEnterprisePreChargeCheckListInput {
@@ -6861,6 +7043,26 @@
    data?: GetEnterprisePreChargeCheckListOutput[];
  }
  interface GetEnterprisePrechargeListOutput {
    id?: string;
    /** 充值金额 */
    prechargeAmount?: number;
    /** 充值凭证 */
    rechargeVoucherFileUrl?: string;
    /** 审核备注 */
    checkRemark?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    inComeStatus?: EnterprisePrechargeInComeStatusEnum;
    /** 提交日期 */
    creationTime?: string;
  }
  interface GetEnterprisePrechargeListOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterprisePrechargeListOutput[];
  }
  interface GetEnterpriseRechargeDetail {
    id?: string;
    /** 充值账号 */
@@ -6886,6 +7088,12 @@
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 提交日期 */
    creationTime?: string;
  }
  interface GetExternalSystemInput {
    pageModel?: Pagination;
    /** 关键字 */
    searchKey?: string;
  }
  interface GetFeatureListResultDto {
@@ -8121,6 +8329,10 @@
    financeTimeEnd?: string;
    /** 入账起始日期 */
    incomeTimeBegin?: string;
    /** 拨付入账结束日期 */
    financeIncomeTimeEnd?: string;
    /** 拨付入账起始日期 */
    financeIncomeTimeBegin?: string;
    /** 入账结束日期 */
    incomeTimeEnd?: string;
    /** 外部审核起始日期 */
@@ -8157,6 +8369,10 @@
    settleTime?: string;
    incomeStatus?: IncomeStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 财政入账时间 */
    financeIncomeTime?: string;
    billStatus?: BillStatusEnum;
    financeIncomeStatus?: IncomeStatusEnum;
    /** 内部审核日期 */
    inCheckTime?: string;
    outCheckStatus?: BountyCheckStatusEnum;
@@ -8181,6 +8397,8 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -8219,6 +8437,7 @@
    tradeAmount?: number;
    /** 出账凭证 */
    payFileUrl?: string;
    access?: ParkBountyTradeAccessEnum;
    /** 消费类型 */
    payRemark?: string;
    /** 出账时间 */
@@ -8277,6 +8496,11 @@
    data?: GetParkBountyTradeOutput[];
  }
  interface GetParkCollectFileTypeListInput {
    parkId?: string;
    searchType?: number;
  }
  interface GetParkCustomerBountyApplyOutput {
    id?: string;
    /** 申请批次号 */
@@ -8310,12 +8534,40 @@
    /** 凭证 */
    payFileUrl?: string;
    payFileUrls?: string[];
    financeType?: FinanceTypeEnum;
  }
  interface GetParkCustomerBountyConsumptionOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyConsumptionOutput[];
  }
  interface GetParkCustomerBountyFinanceOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 申报月份 */
    applyMonth?: string;
    /** 申报总额 */
    applySumAmount?: number;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 财政拨付入账时间 */
    financeToTime?: string;
    /** 财政拨付发放日期 */
    financeTime?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 拨付入账凭证 */
    financeToFileUrl?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkCustomerBountyFinanceOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyFinanceOutput[];
  }
  interface GetParkCustomerBountyGrantOutput {
@@ -8344,12 +8596,44 @@
    financeToStatus?: FinanceStatusEnum;
    /** 拨付入账凭证 */
    financeToFileUrl?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkCustomerBountyGrantOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountyGrantOutput[];
  }
  interface GetParkCustomerBountySettleOutput {
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 申报月份 */
    applyMonth?: string;
    /** 申报总额 */
    applySumAmount?: number;
    /** 平台充值入账时间 */
    transferToTime?: string;
    transferToStatus?: TransferToStatusEnum;
    /** 平台充值金额 */
    transferToAmount?: number;
    /** 平台充值入账凭证 */
    transferToFileUrl?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 平台充值发放日期 */
    settleTime?: string;
    financeToStatus?: FinanceStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
  }
  interface GetParkCustomerBountySettleOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetParkCustomerBountySettleOutput[];
  }
  interface GetParkCustomerManageDetailOutput {
@@ -8406,12 +8690,26 @@
    applyCount?: number;
    /** 最近申报 */
    lastApplyTime?: string;
    /** 发放次数 */
    payCount?: number;
    /** 最近发放时间 */
    lastPayTime?: string;
    lastFinanceTime?: string;
    /** 财政拨付次数 */
    financeCount?: number;
    /** 财政入账次数 */
    financeIncomeCount?: number;
    /** 充值次数 */
    settleCount?: number;
    /** 充值入账次数 */
    settleIncomeCount?: number;
    /** 最近充值日期 */
    lastSettleTime?: string;
    /** 最近发放入账时间 */
    lastFinanceIncomeTime?: string;
    /** 最近充值入账日期 */
    lastSettleIncomeTime?: string;
    /** 发放总额 */
    bountySumAmount?: number;
    settleSumAmount?: number;
    /** 充值总额 */
    financeSumAmount?: number;
    /** 奖励金余额 */
    bountyAmount?: number;
  }
@@ -8523,6 +8821,13 @@
    bankBranchName?: string;
    bankAccountName?: string;
    incomeCompany?: string;
  }
  interface GetPlatInvoiceAccountOutput {
    bankNumber?: string;
    bankName?: string;
    enterpriseName?: string;
    societyCreditCode?: string;
  }
  interface GetProductAdvertiseByCategoryInput {
@@ -8875,6 +9180,7 @@
    searchType: number;
    /** 所属类别 10园区 20人资企业 */
    belongType?: number;
    status?: boolean;
  }
  interface GetUserAccountDto {
@@ -8911,6 +9217,8 @@
    bountyAmount?: number;
    /** 充值余额 */
    rechargeAmount?: number;
    /** 财政拨付余额 */
    financeAmount?: number;
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
@@ -9930,6 +10238,10 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    /** 注册地址 */
    registerAddress?: string;
    /** 备注 */
@@ -9945,6 +10257,12 @@
    parkTypeId?: string;
    /** 园区类型名称 */
    parkTypeName?: string;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
  }
  interface IndustrialParkFileTypeOutput {
@@ -9979,6 +10297,10 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
  }
  interface IndustrialParkListOutputPageOutput {
@@ -14539,6 +14861,8 @@
    parkTypeName?: string;
    /** 申请奖励金月份 */
    applyMonth?: string;
    /** 已保存企业缴税明细、营收汇总 */
    saveGatherFile?: boolean;
    /** 奖励金汇总金额 */
    applySumAmount?: number;
    /** 汇总明细表 */
@@ -14565,6 +14889,14 @@
    settleFileUrl?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
    /** 是否支持企业上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutcheckParkBountyApplyInput {
@@ -14612,6 +14944,8 @@
    parkId?: string;
    /** 申请园区 */
    parkName?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 申请园区类型 */
    parkTypeName?: string;
    /** 申请奖励金月份 */
@@ -14636,6 +14970,8 @@
    settleSumAmount?: number;
    /** 财政发放金额 */
    financeSumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    collectCountListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface ParkBountyApplyBatchFinanceInput {
@@ -14656,6 +14992,8 @@
    parkBountyApplyId?: string;
    parkBountyApplyDetailId?: string;
    enterpriseId?: string;
    /** 申报金额 */
    applyAmount?: number;
    userName?: string;
    /** 企业名称 */
    enterpriseName?: string;
@@ -14766,6 +15104,8 @@
    /** 入账时间 */
    transferToTime?: string;
    parkBountyApplyDetailId?: string;
    /** 申报金额 */
    applyAmount?: number;
    /** 入账凭证 */
    transferToFileUrl?: string;
    financeToStatus?: FinanceStatusEnum;
@@ -14797,6 +15137,8 @@
    transferToAmount?: number;
    parkBountyApplyId?: string;
  }
  type ParkBountyTradeAccessEnum = 1;
  type ParkCustomersCountTypeEnum = 10 | 50 | 100;
@@ -16138,6 +16480,10 @@
    /** 绑定邮箱地址 */
    bindEmailAddress?: string;
    canLoginUserSign?: CanLoginUserSignEnum;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
    /** 外部系统ID */
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
    /** 是否可以后台代发人资公司 */
    canPublishParkOrHR?: boolean;
@@ -17000,6 +17346,9 @@
    lastPayBeginTime?: string;
    /** 最近发放结束日期 */
    lastPayEndTime?: string;
    /** 最近充值结束日期 */
    lastSettleEndTime?: string;
    lastSettleBeginTime?: string;
  }
  interface QueryParkOrHRAuditPageInput {
@@ -18068,16 +18417,12 @@
    bountyCollectFileUrl?: string;
    /** 申报总额 */
    applySumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface SaveParkBountyApplyGatherFileInput {
    parkBountyApplyId?: string;
    /** 企业营收汇总表 */
    enterpriseOperateFileUrl?: string;
    /** 企业缴税明细表 */
    enterpriseTaxSubFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface SaveWalletPayChannelFeeSettingInput {
@@ -18293,7 +18638,7 @@
  interface SetCanLoginUserSignInput {
    id?: string;
    canLoginUserSign?: CanLoginUserSignEnum;
    externalSystemCodes?: CanLoginUserSignEnum[];
    bussinessCode?: string;
  }
@@ -18470,7 +18815,7 @@
    type?: number;
  }
  type SettleStatusEnum = 1 | 2;
  type SettleStatusEnum = 1 | 2 | 3 | -1;
  interface SetUserCertificationAuditStatusInput {
    /** 审核Id */
@@ -18484,12 +18829,18 @@
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
  }
  interface SetUserEnterpriseBankInfoInput {
    bankName?: string;
    bankBranchName?: string;
    bankCardNumber?: string;
    /** 用户Id */
    userId?: string;
    disabledSyncUser?: boolean;
  }
  interface SetUserIndustrialParkInput {
@@ -18991,6 +19342,24 @@
    sequence?: number;
  }
  interface SyncParkBountyApplyTradeOutput {
    bountyAmount?: number;
    rechargeAmount?: number;
    details?: SyncParkBountyTradeDetailOutput[];
  }
  interface SyncParkBountyTradeDetailOutput {
    enterpriseId?: string;
    amount?: number;
    payType?: EnterpriseBountyPayTypeEnum;
    financeType?: FinanceTypeEnum;
    access?: ParkBountyTradeAccessEnum;
    payRemark?: string;
    remianAmount?: number;
    payFileUrl?: string;
    creationTime?: string;
  }
  interface SysOrgDetailOutput {
    id?: string;
    /** 组织名称 */
@@ -19481,7 +19850,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -19499,6 +19868,8 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
@@ -19574,6 +19945,12 @@
    /** 文件列表 */
    addEnterpriseMaterialFileList?: AddEnterpriseMaterialFileInput[];
    id?: string;
  }
  interface UpdateEnterpriseMonthApplyFileApplyAmountInput {
    id?: string;
    /** 申报金额 */
    applyAmount?: number;
  }
  interface UpdateFeatureDto {
@@ -19692,8 +20069,12 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 是否支持用户提现 */
    suportWithDraw?: boolean;
    /** 文件 */
    industrialParkApplyFileFile?: IndustrialParkApplyFileFile[];
    /** 无需政务端审核 */
    notNeedGovernmentAudit?: boolean;
    id?: string;
  }
@@ -20178,7 +20559,7 @@
    /** 企业名称 */
    enterpriseName: string;
    /** 营业执照文件地址 */
    licenseUrl: string;
    licenseUrl?: string;
    /** 统一社会信用代码 */
    societyCreditCode: string;
    certificationMode?: UserCertificationModeEnum;
@@ -20196,6 +20577,8 @@
    payAmount?: number;
    /** 所属园区 */
    belongPark?: string;
    /** 产业园区id */
    industrialParkId?: string;
    /** 银行卡号 */
    bankCardNumber?: string;
    certificationChannel?: UserCertificationChannelEnum;
@@ -20303,6 +20686,20 @@
  interface UploadMonthApplySingleFilesInput {
    monthApplyId?: string;
    fileSearchTypeId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface UploadParkApplyCustomerFilesInput {
    parkBountyApplyId?: string;
    companyId?: string;
    fileTypes?: UploadParkApplyCustomerFileTypes[];
  }
  interface UploadParkApplyCustomerFileTypes {
    fileSearchTypeId?: string;
    fileSearchTypeName?: string;
    fileCount?: number;
    sort?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
@@ -21239,8 +21636,17 @@
    signatureImageStatus?: number;
    certificationChannel?: UserCertificationChannelEnum;
    industrialParkId?: string;
    industrialParkName?: string;
    suportEnterpriseUpload?: boolean;
    suportPlatRecharge?: boolean;
    rewardEnable?: boolean;
    suportWithDraw?: boolean;
    industrialParkStatus?: IndustrialParkStatusEnum;
    isHasBountyApply?: boolean;
    /** 是否可以登录电子签 */
    canLoginUserSign?: boolean;
    /** 是否可以登录江佑保 */
    canLoginJYB?: boolean;
  }
  interface UserMessageInfo {