wupengfei
2025-04-11 ae671e401db4b158b6bd4292fb99fab58e40844c
src/services/api/typings.d.ts
@@ -7771,6 +7771,12 @@
    endDate?: string;
  }
  interface GetNotTransferCompanyNameListOutput {
    companyId?: string;
    name?: string;
    parkBountyApplyDetailId?: string;
  }
  interface GetOperateHistoryInput {
    pageModel?: Pagination;
    relationId?: string;
@@ -7928,6 +7934,8 @@
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核日期 */
    outCheckTime?: string;
    /** 发放凭证 */
    settleFileUrl?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -14210,6 +14218,9 @@
    outCheckStatus?: BountyCheckStatusEnum;
    /** 外部审核原因 */
    outCheckRemark?: string;
    /** 内部审核原因 */
    inCheckRemark?: string;
    inCheckStatus?: BountyCheckStatusEnum;
  }
  interface OutcheckParkBountyApplyInput {