文件名从 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/PDAController.cs 修改 |
| | |
| | | using WIDESEA_ITaskInfoService; |
| | | using WIDESEA_Model.Models; |
| | | |
| | | namespace WIDESEA_WMSServer.Controllers |
| | | namespace WIDESEA_WMSServer.Controllers.Interface |
| | | { |
| | | [Route("api/PDA")] |
| | | [Authorize, ApiController] |
| | | [AllowAnonymous, ApiController] |
| | | public class PDAController : Controller |
| | | { |
| | | private readonly IInboundService _inboundService; |
| | |
| | | return _inboundService.InbounOrderService.MaterielGroup(materielGroupDTO); |
| | | } |
| | | |
| | | [HttpPost, Route("PdaAddStockInfo")] |
| | | public WebResponseContent PdaAddStockInfo([FromBody] PdaMaterielGroupDTO materielGroupDTO) |
| | | { |
| | | return _inboundService.InbounOrderService.PdaAddStockInfo(materielGroupDTO); |
| | | } |
| | | |
| | | [HttpPost, Route("QueryOrderInfo")] |
| | | public WebResponseContent QueryOrderInfo(int pageNo, string orderNo) |
| | | { |