| | |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_IOutboundService; |
| | |
| | | namespace WIDESEA_WMSServer.Controllers.Outbound |
| | | { |
| | | /// <summary> |
| | | /// åæéé¢æä¿¡æ¯ |
| | | /// åºåºçº¿ä½ç¼å |
| | | /// </summary> |
| | | [Route("api/OutLineView")] |
| | | [ApiController] |
| | |
| | | /// è·å线ä½å纸 |
| | | /// </summary> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("GetOutLineView"), AllowAnonymous] |
| | | public WebResponseContent GetOutLineView() |
| | | { |
| | | return Service.GetOutLineView(); |