zhengyiming
5 天以前 245791c6de54b269dc22f38b0f6c5d160bf9c641
src/services/api/typings.d.ts
@@ -9374,6 +9374,8 @@
    outReCheckStatus?: BountyCheckStatusEnum;
    /** 政务端复审时间 */
    outReCheckTime?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface GetParkBountyApplyListOutputPageOutput {
@@ -16676,6 +16678,12 @@
    extraListFiles?: CustomerUploadMonthApplyFileTypeDto[];
  }
  interface OutcheckParkBountyApplyRedoedInput {
    parkBountyApplyId?: string;
    /** 撤回原因 */
    reasonForWithdrawal?: string;
  }
  interface OutReCheckParkBountyApplyInput {
    parkBountyApplyId?: string;
    outReCheckStatus?: BountyCheckStatusEnum;