| | |
| | | endDate?: string; |
| | | } |
| | | |
| | | interface GetNotTransferCompanyNameListOutput { |
| | | companyId?: string; |
| | | name?: string; |
| | | parkBountyApplyDetailId?: string; |
| | | } |
| | | |
| | | interface GetOperateHistoryInput { |
| | | pageModel?: Pagination; |
| | | relationId?: string; |
| | |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 外部审核日期 */ |
| | | outCheckTime?: string; |
| | | /** 发放凭证 */ |
| | | settleFileUrl?: string; |
| | | } |
| | | |
| | | interface GetParkBountyApplyListOutputPageOutput { |
| | |
| | | outCheckStatus?: BountyCheckStatusEnum; |
| | | /** 外部审核原因 */ |
| | | outCheckRemark?: string; |
| | | /** 内部审核原因 */ |
| | | inCheckRemark?: string; |
| | | inCheckStatus?: BountyCheckStatusEnum; |
| | | } |
| | | |
| | | interface OutcheckParkBountyApplyInput { |