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;