| | |
| | | templateId?: string; |
| | | } |
| | | |
| | | interface APIgetCustomerUploadFileRecordParams { |
| | | withMonth?: string; |
| | | } |
| | | |
| | | interface APIgetDefaultConnectionStringParams { |
| | | id?: string; |
| | | } |
| | |
| | | parkName?: string; |
| | | /** 附件 */ |
| | | items?: GetCustomerUploadApplyFilesOutput[]; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordInput { |
| | | withMonth?: string; |
| | | userId?: string; |
| | | } |
| | | |
| | | interface GetCustomerUploadFileRecordOutput { |
| | |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface OutReCheckParkBountyApplyInput { |
| | | parkBountyApplyId?: string; |
| | | outReCheckStatus?: BountyCheckStatusEnum; |
| | | /** 备注 */ |
| | | remark?: string; |
| | | /** 总的额外补充材料 */ |
| | | extraListFiles?: CustomerUploadMonthApplyFileTypeDto[]; |
| | | } |
| | | |
| | | interface PagedListQueryPageModel { |
| | | /** 行数 */ |
| | | rows?: number; |