| | |
| | | ); |
| | | } |
| | | |
| | | /** 获取企业已上传申报材料月份 POST /api/EnterpriseApplyFile/GetEnterpriseMonthApplyHasUploadFileList */ |
| | | export async function getEnterpriseMonthApplyHasUploadFileList( |
| | | body: API.GetEnterpriseMonthApplyHasUploadFileListInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<API.GetEnterpriseMonthApplyFileOutput[]>( |
| | | '/api/EnterpriseApplyFile/GetEnterpriseMonthApplyHasUploadFileList', |
| | | { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | } |
| | | ); |
| | | } |
| | | |
| | | /** 获取园区汇总材料类型 POST /api/EnterpriseApplyFile/GetParkCollectFileTypeList */ |
| | | export async function getParkCollectFileTypeList( |
| | | body: API.GetParkCollectFileTypeListInput, |