| | |
| | | }); |
| | | } |
| | | |
| | | /** 企业自主申报 POST /api/ParkBountyApply/AddParkBountyApplyByEnterprise */ |
| | | export async function addParkBountyApplyByEnterprise( |
| | | body: API.AddParkBountyApplyByEnterpriseInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<string>('/api/ParkBountyApply/AddParkBountyApplyByEnterprise', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 奖励金-出账-审批 POST /api/ParkBountyApply/AuditParkBountyApplyTrade */ |
| | | export async function auditParkBountyApplyTrade( |
| | | body: API.AuditParkBountyTradeInput, |
| | |
| | | ); |
| | | } |
| | | |
| | | /** 导出园区客户管理列表 POST /api/ParkBountyApply/GetParkCustomerManagePageNewExport */ |
| | | export async function getParkCustomerManagePageNewExport( |
| | | body: API.QueryParkCustomerManageInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<any>('/api/ParkBountyApply/GetParkCustomerManagePageNewExport', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 查询奖励金统计报表 POST /api/ParkBountyApply/GetRewardStatistics */ |
| | | export async function getRewardStatistics( |
| | | body: API.GetRewardStatisticsInput, |
| | |
| | | ...(options || {}), |
| | | } |
| | | ); |
| | | } |
| | | |
| | | /** 查询奖励金统计报表 GET /api/ParkBountyApply/GetRewardStatisticsMonths */ |
| | | export async function getRewardStatisticsMonths( |
| | | // 叠加生成的Param类型 (非body参数swagger默认没有生成对象) |
| | | params: API.APIgetRewardStatisticsMonthsParams, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<string[]>('/api/ParkBountyApply/GetRewardStatisticsMonths', { |
| | | method: 'GET', |
| | | params: { |
| | | ...params, |
| | | }, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 导入奖励金申报财政/平台拨付总额 POST /api/ParkBountyApply/ImportParkBountyAppalyAmount */ |
| | |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<number>('/api/ParkBountyApply/OutcheckParkBountyApply', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 政务端-材料审核-外部审核撤回 POST /api/ParkBountyApply/OutcheckParkBountyApplyRedoed */ |
| | | export async function outcheckParkBountyApplyRedoed( |
| | | body: API.OutcheckParkBountyApplyRedoedInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyRedoed', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 外部审核撤回-复审撤回 POST /api/ParkBountyApply/OutcheckParkBountyApplyReRedoed */ |
| | | export async function outcheckParkBountyApplyReRedoed( |
| | | body: API.OutcheckParkBountyApplyRedoedInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyReRedoed', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 外部审核重新提交 POST /api/ParkBountyApply/OutcheckParkBountyApplyResubmit */ |
| | | export async function outcheckParkBountyApplyResubmit( |
| | | body: API.OutcheckParkBountyApplyResubmitInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<number>('/api/ParkBountyApply/OutcheckParkBountyApplyResubmit', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | |
| | | }); |
| | | } |
| | | |
| | | /** 材料审核-更新详情 POST /api/ParkBountyApply/UpdateOutCheckParkBountyApplyDetailBaseInfo */ |
| | | export async function updateOutCheckParkBountyApplyDetailBaseInfo( |
| | | body: API.UpdateParkBountyApplyInfoInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<number>('/api/ParkBountyApply/UpdateOutCheckParkBountyApplyDetailBaseInfo', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 更新企业自主申报 POST /api/ParkBountyApply/UpdateParkBountyApplyByEnterprise */ |
| | | export async function updateParkBountyApplyByEnterprise( |
| | | body: API.UpdateParkBountyApplyByEnterpriseInput, |
| | | options?: API.RequestConfig |
| | | ) { |
| | | return request<string>('/api/ParkBountyApply/UpdateParkBountyApplyByEnterprise', { |
| | | method: 'POST', |
| | | headers: { |
| | | 'Content-Type': 'application/json', |
| | | }, |
| | | data: body, |
| | | ...(options || {}), |
| | | }); |
| | | } |
| | | |
| | | /** 上传企业补充材料 POST /api/ParkBountyApply/UploadParkBountyApplyCompanyExtraFile */ |
| | | export async function uploadParkBountyApplyCompanyExtraFile( |
| | | body: API.UploadParkApplyCustomerFilesInput, |