| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEAWCS_BasicInfoService; |
| | | using WIDESEAWCS_Core; |
| | | using WIDESEAWCS_Core.BaseController; |
| | | using WIDESEAWCS_Model.Models; |
| | | |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | /// <summary> |
| | | /// ä¸è½½æµç¨å¡ |
| | | /// </summary> |
| | | /// <param name="dt_ProcessInfo"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, Route("ExportData"), AllowAnonymous] |
| | | public WebResponseContent ExportData([FromBody] Dt_ProcessInfo dt_ProcessInfo) |
| | | { |
| | | return Service.ExportData(dt_ProcessInfo); |
| | | } |
| | | |
| | | } |
| | | } |