wupengfei
2025-04-23 b7426e2384b85e92ec1b59061bdada9b4f5c69ec
src/services/api/typings.d.ts
@@ -5757,6 +5757,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;
@@ -5873,6 +5890,8 @@
  }
  type FinanceStatusEnum = 1 | 2;
  type FinanceTypeEnum = 10 | 20;
  interface FirstPartyCompanyAuditDatilOutput {
    id?: string;
@@ -6655,6 +6674,7 @@
    remianAmount?: number;
    payRemark?: string;
    fileUrl?: string;
    financeType?: FinanceTypeEnum;
    payFileUrls?: string[];
  }
@@ -6724,9 +6744,9 @@
  interface GetEnterpriseRechargeDetail {
    id?: string;
    /** 收款账号 */
    /** 充值账号 */
    incomeBankNum?: string;
    /** 收款企业名称 */
    /** 企业名称 */
    incomeEnterpriseName?: string;
    /** 出款账号 */
    outBankNum?: string;
@@ -7974,6 +7994,10 @@
    settleTimeBegin?: string;
    /** 发放结束日期 */
    settleTimeEnd?: string;
    /** 拨付起始日期 */
    financeTimeBegin?: string;
    /** 拨付结束日期 */
    financeTimeEnd?: string;
    /** 入账起始日期 */
    incomeTimeBegin?: string;
    /** 入账结束日期 */
@@ -7986,6 +8010,7 @@
    inCheckStatus?: BountyCheckStatusEnum;
    settleStatus?: SettleStatusEnum;
    incomeStatus?: IncomeStatusEnum;
    financeStatus?: FinanceStatusEnum;
  }
  interface GetParkBountyApplyListOutput {
@@ -8041,6 +8066,7 @@
    /** 企业名/信用代码 */
    searchKeyWord?: string;
    transferToStatus?: TransferToStatusEnum;
    financeToStatus?: FinanceStatusEnum;
  }
  interface GetParkBountyTradeDetailByIdInput {
@@ -8070,6 +8096,7 @@
    tradeTime?: string;
    /** 奖励金余额 */
    remianAmount?: number;
    financeType?: FinanceTypeEnum;
  }
  interface GetParkBountyTradeDetailOutputPageOutput {
@@ -8166,15 +8193,26 @@
    id?: string;
    /** 申请批次号 */
    batchNo?: string;
    /** 发放日期 */
    settleTime?: string;
    /** 入账时间 */
    incomeTime?: string;
    incomeStatus?: TransferToStatusEnum;
    /** 发放金额 */
    /** 申报总额 */
    applySumAmount?: number;
    /** 入账凭证 */
    /** 平台充值入账时间 */
    transferToTime?: string;
    transferToStatus?: TransferToStatusEnum;
    /** 平台充值金额 */
    transferToAmount?: number;
    /** 平台充值入账凭证 */
    transferToFileUrl?: string;
    /** 财政拨付金额 */
    financeToAmount?: number;
    /** 财政拨付入账时间 */
    financeToTime?: string;
    /** 财政拨付发放日期 */
    financeTime?: string;
    /** 平台充值发放日期 */
    settleTime?: string;
    financeToStatus?: FinanceStatusEnum;
    /** 拨付入账凭证 */
    financeToFileUrl?: string;
  }
  interface GetParkCustomerBountyGrantOutputPageOutput {
@@ -8241,6 +8279,8 @@
    payCount?: number;
    /** 最近发放时间 */
    lastPayTime?: string;
    /** 发放总额 */
    bountySumAmount?: number;
    /** 奖励金余额 */
    bountyAmount?: number;
  }
@@ -8737,6 +8777,8 @@
  interface GetUserBaseEnterpriseInfoOutput {
    /** 奖励金余额 */
    bountyAmount?: number;
    /** 充值余额 */
    rechargeAmount?: number;
    enterpriseName?: string;
    societyCreditCode?: string;
    licenseUrl?: string;
@@ -9575,6 +9617,18 @@
  interface IdentityUserUpdateRolesDto {
    roleNames: string[];
  }
  interface ImportBountyApplyDataInput {
    /** 导入地址 */
    url?: string;
    /** 奖励金申请Id */
    parkBountyApplyId?: string;
  }
  interface ImportBountyApplyDataOutput {
    /** 错误数据列表 */
    error?: ExportBountyApplyData[];
  }
  interface ImportIdentityCardInput {
@@ -14332,6 +14386,10 @@
    financeSumAmount?: number;
    /** 平台充值总额 */
    settleSumAmount?: number;
    /** 发放凭证 */
    settleFileUrl?: string;
    /** 财政发放凭证 */
    financeFileUrl?: string;
  }
  interface OutcheckParkBountyApplyInput {
@@ -14409,12 +14467,14 @@
    parkBountyApplyDetailId?: string[];
    /** 充值金额 */
    financeToAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplyBatchTransferInput {
    parkBountyApplyDetailId?: string[];
    /** 入账金额 */
    transferToAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplyDetailInfo {
@@ -14468,6 +14528,14 @@
    data?: ParkBountyApplyDetailInfo[];
  }
  interface ParkBountyApplyFinanceFileInput {
    parkBountyApplyId?: string;
    /** 发放凭证 */
    financeFileUrl?: string;
    /** 发放金额 */
    financeSumAmount?: number;
  }
  interface ParkBountyApplyRechargeFileInput {
    parkBountyApplyDetailId?: string;
    /** 平台充值凭证 */
@@ -14478,6 +14546,7 @@
    parkBountyApplyDetailId?: string;
    /** 财政拨付 */
    bountyAmount?: number;
    parkBountyApplyId?: string;
  }
  interface ParkBountyApplySettleInput {
@@ -14551,6 +14620,7 @@
    parkBountyApplyDetailId?: string;
    /** 入账金额 */
    transferToAmount?: number;
    parkBountyApplyId?: string;
  }
  type ParkCustomersCountTypeEnum = 10 | 50 | 100;