| | |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Authorization; |
| | | using Microsoft.AspNetCore.Http; |
| | | using Microsoft.AspNetCore.Mvc; |
| | | using WIDESEA_Common; |
| | | using WIDESEA_Core; |
| | | using WIDESEA_Core.BaseController; |
| | | using WIDESEA_Core.CodeConfigEnum; |
| | |
| | | //{ |
| | | // return Service.GetWarehouseMaterielInfos(warehouseId); |
| | | //} |
| | | |
| | | /// <summary> |
| | | /// 获取WMS物料信息 |
| | | /// </summary> |
| | | /// <param name="warehouseId"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("GetMaterielInfos"), AllowAnonymous] |
| | | public WebResponseContent GetMaterielInfos([FromBody] List<HouseMaterielinfo> materielinfo) |
| | | { |
| | | return Service.GetMaterielInfos(materielinfo); |
| | | } |
| | | |
| | | } |
| | | } |