wupengfei
4 天以前 5b0401fea3c339aa45feb0d165f36b1b7a76fdaf
src/services/api/typings.d.ts
@@ -1442,6 +1442,11 @@
    id?: string;
  }
  interface APIgetExternalSystemPingAnPayWalletParams {
    /** 外部系统Id */
    externalSystemId?: string;
  }
  interface APIgetFirstCurrentUserModuleListCacheByModuleIdParams {
    moduleId?: string;
  }
@@ -2536,6 +2541,12 @@
  type BatchBillCheckStatus = 4 | 6 | 10 | 15 | 20 | 30 | -20 | -10;
  interface BatchCreateCompanyUserV3Input {
    list?: AddCertifiedUserInput[];
    /** 是否需要认证 */
    needCertification?: boolean;
  }
  interface BatchInquiriesItem {
    /** 单笔交易流水号 批内唯一 */
    sThirdVoucher?: string;
@@ -2975,6 +2986,8 @@
    startMonth?: string;
    /** 截止统计月份 */
    endMonth?: string;
    /** 企业Id */
    enterpriseIds?: string[];
  }
  type BusinessSettingTypeEnum = 10;
@@ -5873,6 +5886,9 @@
    bountyCollectFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
    /** 汇算材料 */
    bountyCollectCountFileTypeList?: CustomerUploadMonthApplyFileTypeDto[];
    /** 是否重新提交 */
    isResubmit?: boolean;
    parkBountyApplyId?: string;
  }
  interface DataprepareCreateExtInfo {
@@ -5975,6 +5991,7 @@
  interface EditParkBountyApplyStepOneInput {
    parkBountyApplyId?: string;
    removeCompanyIds?: string[];
    isResubmit?: boolean;
  }
  interface EDZ001Input {
@@ -6414,6 +6431,8 @@
  type EnumSmsAccess = 0 | 10 | 20;
  type EnumSmsStatus = 0 | 10 | 20 | 30;
  type EnumWalletSignStatus = 1 | 10 | 100 | 999;
  interface ExportBountyApplyData {
    /** 企业名称 */
@@ -7473,6 +7492,11 @@
    endDate?: string;
  }
  interface GetCurrentExternalSystemOutput {
    /** 是否签约钱包 */
    isSignWallet?: boolean;
  }
  interface GetCustomContractParamterListInput {
    pageModel?: Pagination;
    /** 客户Id */
@@ -7866,6 +7890,8 @@
    applyAmount?: number;
    applyStatus?: EnterpriseMonthApplyStatusEnum;
    inCheckStatus?: BountyCheckStatusEnum;
    outCheckStatus?: BountyCheckStatusEnum;
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 自主申报的申报Id */
    parkBountyApplyId?: string;
  }
@@ -7981,6 +8007,16 @@
    pageModel?: Pagination;
    /** 关键字 */
    searchKey?: string;
  }
  interface GetExternalSystemPingAnPayWalletOutput {
    /** 户名 */
    name?: string;
    /** 账号 */
    identity?: string;
    /** 余额 */
    balance?: number;
    signStatus?: EnumWalletSignStatus;
  }
  interface GetFeatureListResultDto {
@@ -9361,6 +9397,10 @@
    suportWithDraw?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 内部审核人 */
    inCheckAuditOperator?: string;
    /** 外部审核人 */
@@ -9374,6 +9414,8 @@
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审时间 */
    outReCheckTime?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -9545,6 +9587,8 @@
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    /** 财政拨付余额 */
    financeAmount?: number;
    /** 申请园区 */
    parkName?: string;
    /** 所属园区 */
@@ -16275,6 +16319,7 @@
    | 30
    | 31
    | 32
    | 33
    | 40
    | 42;
@@ -16654,6 +16699,10 @@
    suportEnterpriseUpload?: boolean;
    /** 是否支持平台充值 */
    suportPlatRecharge?: boolean;
    /** 无需运营端审核 */
    noNeedForOperationalReview?: boolean;
    /** 政务端双重审核 */
    dualReviewOfGovernmentAffairs?: boolean;
    /** 是否支持财政拨付 */
    suportFinance?: boolean;
    /** 是否支持用户提现 */
@@ -16665,6 +16714,8 @@
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审备注 */
    outReCheckRemark?: string;
    /** 撤销原因 */
    reasonForWithdrawal?: string;
  }
  interface OutcheckParkBountyApplyInput {
@@ -16674,6 +16725,16 @@
    remark?: string;
    /** 总的额外补充材料 */
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutcheckParkBountyApplyRedoedInput {
    parkBountyApplyId?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface OutcheckParkBountyApplyResubmitInput {
    parkBountyApplyId?: string;
  }
  interface OutReCheckParkBountyApplyInput {
@@ -20629,6 +20690,15 @@
    templateParamExtraData?: string;
  }
  interface SaveExternalSystemPingAnPayWalletInput {
    /** 外部系统Id */
    externalSystemId?: string;
    /** 户名 */
    name: string;
    /** 账号 */
    identity: string;
  }
  interface SaveParkBountyApplyCollectFileInput {
    parkBountyApplyId?: string;
    /** 奖励金分配表 */
@@ -20642,11 +20712,14 @@
    /** 财政拨付总额 */
    financeSumAmount?: number;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    /** 是否重新提交 */
    isResubmit?: boolean;
  }
  interface SaveParkBountyApplyGatherFileInput {
    parkBountyApplyId?: string;
    listFiles?: CustomerUploadMonthApplyFileTypeDto[];
    isResubmit?: boolean;
  }
  interface SaveSmsSettingCommand {
@@ -22036,6 +22109,9 @@
    auditById?: string;
    /** 审核时间 */
    auditTime?: string;
    financeAuditStatus?: EnumParkBountyTradeDetailAuditStatus;
    /** 财务审核时间 */
    financeAuditTime?: string;
    /** 进账单位 */
    incomeCompanyName?: string;
    /** 保单号 */
@@ -22058,6 +22134,8 @@
    auditType?: EnumParkBountyTradeDetailAuditType;
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;
    /** 投保人数 */
    insurePeopleNum?: number;
  }
  interface SysOrgDetailOutput {
@@ -23098,6 +23176,63 @@
    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 {
    /** 江祐保自主出账关联保单id */
    insurancePolicyId?: string;