wupengfei
8 天以前 f37c78b6412db783615f8b38f0487c57136c4ed8
src/services/api/typings.d.ts
@@ -6875,6 +6875,7 @@
    keyWord?: string;
    beginDateTime?: string;
    endDateTime?: string;
    enterpriseId?: string;
    checkStatus?: EnterpriseRechargeStatusEnum;
  }
@@ -8568,12 +8569,16 @@
    applyCount?: number;
    /** 最近申报 */
    lastApplyTime?: string;
    /** 发放次数 */
    financeCount?: number;
    /** 最近发放时间 */
    lastFinanceTime?: string;
    /** 平台充值次数 */
    /** 财政拨付次数 */
    financeCount?: number;
    /** 财政入账次数 */
    financeIncomeCount?: number;
    /** 充值次数 */
    settleCount?: number;
    /** 充值入账次数 */
    settleIncomeCount?: number;
    /** 最近充值日期 */
    lastSettleTime?: string;
    /** 发放总额 */
@@ -8691,6 +8696,13 @@
    bankBranchName?: string;
    bankAccountName?: string;
    incomeCompany?: string;
  }
  interface GetPlatInvoiceAccountOutput {
    bankNumber?: string;
    bankName?: string;
    enterpriseName?: string;
    societyCreditCode?: string;
  }
  interface GetProductAdvertiseByCategoryInput {
@@ -9043,6 +9055,7 @@
    searchType: number;
    /** 所属类别 10园区 20人资企业 */
    belongType?: number;
    status?: boolean;
  }
  interface GetUserAccountDto {
@@ -17190,6 +17203,9 @@
    lastPayBeginTime?: string;
    /** 最近发放结束日期 */
    lastPayEndTime?: string;
    /** 最近充值结束日期 */
    lastSettleEndTime?: string;
    lastSettleBeginTime?: string;
  }
  interface QueryParkOrHRAuditPageInput {