wupengfei
2025-04-28 35a917ce148a495062add10677d819c4e760c9a2
src/services/api/typings.d.ts
@@ -225,6 +225,24 @@
    registerAddress: string;
    /** 备注 */
    remark?: string;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的公司 */
    companyOrgName?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 210 企业材料 220 汇总材料 */
    applyFileType?: number;
    /** 园区材料 */
    industrialParkFileTypeSetting?: string[];
  }
  interface AddIndustryBodyAuditInput {
@@ -886,6 +904,10 @@
    isCache?: boolean;
  }
  interface APIaddSearchSettingClickCountParams {
    id?: string;
  }
  interface APIadvertiseOffShelfParams {
    /** 资讯广告Id */
    id?: string;
@@ -1318,12 +1340,20 @@
    templateId?: string;
  }
  interface APIgetCustomerUploadApplyFilesParams {
    id?: string;
  }
  interface APIgetDefaultConnectionStringParams {
    id?: string;
  }
  interface APIgetElecBillInfoParams {
    transactionDetailId?: string;
  }
  interface APIgetEnterpriseLastUploadEnterPactFileParams {
    companyId?: string;
  }
  interface APIgetEnterpriseMaterialIdByUserIdParams {
@@ -1558,6 +1588,10 @@
  interface APIgetParams {
    id?: string;
  }
  interface APIgetParkBountyApplyBatchFinanceEnterpriseParams {
    parkBountyApplyId?: string;
  }
  interface APIgetParkBountyApplyBatchTransferEnterpriseParams {
@@ -5749,6 +5783,23 @@
    configuration?: Record<string, any>;
  }
  interface ExportBountyApplyData {
    /** 企业名称 */
    enterpriseName: string;
    /** 信用代码 */
    societyCreditCode: string;
    /** 财政拨付金额 */
    financeToAmountStr?: string;
    /** 平台充值金额 */
    transferToAmountStr?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 平台充值金额 */
    transferToAmount?: number;
    /** 备注 */
    remark?: string;
  }
  interface ExportInsStaffInput {
    companyId?: string;
    url?: string;
@@ -5865,6 +5916,8 @@
  }
  type FinanceStatusEnum = 1 | 2;
  type FinanceTypeEnum = 10 | 20;
  interface FirstPartyCompanyAuditDatilOutput {
    id?: string;
@@ -6639,6 +6692,40 @@
    operator?: string;
  }
  interface GetCustomerUploadApplyFilesOutput {
    fileSearchTypeId?: string;
    fileCount?: number;
    isUpload?: boolean;
    lastUpdateTime?: string;
    id?: string;
    withMonth?: string;
    enterpriseName?: string;
    parkName?: string;
    fileTypeName?: string;
    sort?: number;
  }
  interface GetEnterpriseApplyUploadFile {
    id?: string;
    fileSearchTypeId?: string;
    fileCount?: number;
    isUpload?: boolean;
    lastUpdateTime?: string;
  }
  interface GetEnterpriseApplyUploadFileOutput {
    id?: string;
    withMonth?: string;
    enterpriseId?: string;
    uploadFiles?: GetEnterpriseApplyUploadFile[];
  }
  interface GetEnterpriseApplyUploadFileOutputPageOutput {
    pageModel?: Pagination;
    objectData?: any;
    data?: GetEnterpriseApplyUploadFileOutput[];
  }
  interface GetEnterpriseBuntyTradeDto {
    id?: string;
    payDateTime?: string;
@@ -6647,6 +6734,7 @@
    remianAmount?: number;
    payRemark?: string;
    fileUrl?: string;
    financeType?: FinanceTypeEnum;
    payFileUrls?: string[];
  }
@@ -6693,6 +6781,8 @@
    userName?: string;
    /** 银行账户 */
    outBankNum?: string;
    /** 企业名称 */
    enterpriseName?: string;
    /** 出款企业账户名称 */
    outEnterpriseName?: string;
    /** 充值金额 */
@@ -6714,9 +6804,9 @@
  interface GetEnterpriseRechargeDetail {
    id?: string;
    /** 收款账号 */
    /** 充值账号 */
    incomeBankNum?: string;
    /** 收款企业名称 */
    /** 企业名称 */
    incomeEnterpriseName?: string;
    /** 出款账号 */
    outBankNum?: string;
@@ -6730,7 +6820,11 @@
    outBankResumeName?: string;
    /** 出账回单 */
    outReceiptFileUrl?: string;
    /** 审核备注 */
    checkRemark?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
    /** 提交日期 */
    creationTime?: string;
  }
  interface GetFeatureListResultDto {
@@ -7960,6 +8054,10 @@
    settleTimeBegin?: string;
    /** 发放结束日期 */
    settleTimeEnd?: string;
    /** 拨付起始日期 */
    financeTimeBegin?: string;
    /** 拨付结束日期 */
    financeTimeEnd?: string;
    /** 入账起始日期 */
    incomeTimeBegin?: string;
    /** 入账结束日期 */
@@ -7972,6 +8070,7 @@
    inCheckStatus?: BountyCheckStatusEnum;
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
    financeStatus?: FinanceStatusEnum;
  }
  interface GetParkBountyApplyListOutput {
@@ -8027,6 +8126,7 @@
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    transferToStatus?: TransferToStatusEnum;
    financeToStatus?: FinanceStatusEnum;
  }
  interface GetParkBountyTradeDetailByIdInput {
@@ -8056,6 +8156,7 @@
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    financeType?: FinanceTypeEnum;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -8152,15 +8253,28 @@
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 发放日期 */
    settleTime?: string;
    /** 入账时间 */
    incomeTime?: string;
    incomeStatus?: TransferToStatusEnum;
    /** 发放金额 */
    /** 申报月份 */
    applyMonth?: string;
    /** 申报总额 */
    applySumAmount?: number;
    /** 入账凭证 */
    /** 平台充值入账时间 */
    transferToTime?: string;
    transferToStatus?: TransferToStatusEnum;
    /** 平台充值金额 */
    transferToAmount?: number;
    /** 平台充值入账凭证 */
    transferToFileUrl?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 财政拨付入账时间 */
    financeToTime?: string;
    /** 财政拨付发放日期 */
    financeTime?: string;
    /** 平台充值发放日期 */
    settleTime?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 拨付入账凭证 */
    financeToFileUrl?: string;
  }
  interface GetParkCustomerBountyGrantOutputPageOutput {
@@ -8227,6 +8341,8 @@
    payCount?: number;
    /** 最近发放时间 */
    lastPayTime?: string;
    /** 发放总额 */
    bountySumAmount?: number;
    /** 奖励金余额 */
    bountyAmount?: number;
  }
@@ -8337,6 +8453,7 @@
    bankName?: string;
    bankBranchName?: string;
    bankAccountName?: string;
    incomeCompany?: string;
  }
  interface GetProductAdvertiseByCategoryInput {
@@ -8723,6 +8840,8 @@
  interface GetUserBaseEnterpriseInfoOutput {
    /** 奖励金余额 */
    bountyAmount?: number;
    /** 充值余额 */
    rechargeAmount?: number;
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
@@ -9563,6 +9682,18 @@
    roleNames: string[];
  }
  interface ImportBountyApplyDataInput {
    /** 导入地址 */
    url?: string;
    /** 奖励金申请Id */
    parkBountyApplyId?: string;
  }
  interface ImportBountyApplyDataOutput {
    /** 错误数据列表 */
    error?: ExportBountyApplyData[];
  }
  interface ImportIdentityCardInput {
    /** CompanyId */
    companyId: string;
@@ -9709,6 +9840,20 @@
    /** 园区类型 */
    parkTypeId?: string;
    status?: IndustrialParkStatusEnum;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的公司 */
    companyOrgName?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 注册地址 */
    registerAddress?: string;
    /** 备注 */
@@ -9725,6 +9870,12 @@
    parkTypeName?: string;
  }
  interface IndustrialParkFileTypeDto {
    fileTypeId?: string;
    fileTypeName?: string;
    sort?: number;
  }
  interface IndustrialParkListOutput {
    id?: string;
    /** 园区名称 */
@@ -9736,6 +9887,20 @@
    /** 园区类型 */
    parkTypeId?: string;
    status?: IndustrialParkStatusEnum;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的公司 */
    companyOrgName?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
  }
  interface IndustrialParkListOutputPageOutput {
@@ -14314,6 +14479,14 @@
    /** 内部审核原因 */
    inCheckRemark?: string;
    inCheckStatus?: BountyCheckStatusEnum;
    /** 财政拨付总额 */
    financeSumAmount?: number;
    /** 平台充值总额 */
    settleSumAmount?: number;
    /** 发放凭证 */
    settleFileUrl?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
  }
  interface OutcheckParkBountyApplyInput {
@@ -14377,18 +14550,28 @@
    bountyCollectFileUrl?: string;
    /** 入驻关联说明 */
    enterpriseRelateFileUrl?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
    /** 充值金额 */
    settleSumAmount?: number;
    /** 财政发放金额 */
    financeSumAmount?: number;
  }
  interface ParkBountyApplyBatchFinanceInput {
    parkBountyApplyDetailId?: string[];
    /** 充值金额 */
    financeToAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplyBatchTransferInput {
    parkBountyApplyDetailId?: string[];
    /** 入账金额 */
    transferToAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplyDetailInfo {
@@ -14442,6 +14625,14 @@
    data?: ParkBountyApplyDetailInfo[];
  }
  interface ParkBountyApplyFinanceFileInput {
    parkBountyApplyId?: string;
    /** 发放凭证 */
    financeFileUrl?: string;
    /** 发放金额 */
    financeSumAmount?: number;
  }
  interface ParkBountyApplyRechargeFileInput {
    parkBountyApplyDetailId?: string;
    /** 平台充值凭证 */
@@ -14452,6 +14643,7 @@
    parkBountyApplyDetailId?: string;
    /** 财政拨付 */
    bountyAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplySettleInput {
@@ -14498,6 +14690,15 @@
    parkBountyApplyDetailId?: string;
    /** 入账凭证 */
    transferToFileUrl?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 财政入账金额 */
    financeToAmount?: number;
    /** 财政入账时间 */
    financeToTime?: string;
    /** 财政入账凭证 */
    financeToFileUrl?: string;
    /** 财政入账操作用户 */
    financeToUserId?: string;
  }
  interface ParkBountyApplyTransferDetailInfoPageOutput {
@@ -14516,6 +14717,7 @@
    parkBountyApplyDetailId?: string;
    /** 入账金额 */
    transferToAmount?: number;
    parkBountyApplyId?: string;
  }
  type ParkCustomersCountTypeEnum = 10 | 50 | 100;
@@ -19393,6 +19595,24 @@
    registerAddress: string;
    /** 备注 */
    remark?: string;
    /** 是否已经启用奖励金申报 */
    rewardEnable?: boolean;
    /** 奖励金模板是否配置 */
    rewardTemplateSetting?: boolean;
    /** 维护的公司 */
    companyOrgId?: string;
    /** 维护的公司 */
    companyOrgName?: string;
    /** 维护的部门 */
    departmentOrgId?: string;
    /** 是否支持企业自主上传 */
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 210 企业材料 220 汇总材料 */
    applyFileType?: number;
    /** 园区材料 */
    industrialParkFileTypeSetting?: string[];
    id?: string;
  }