| | |
| | | /// </summary> |
| | | /// <param name="id"></param> |
| | | /// <returns></returns> |
| | | [HttpPost, HttpGet, Route("FeedbackInboundOrder")] |
| | | public WebResponseContent FeedbackInboundOrder(int id) |
| | | { |
| | | return Service.FeedbackInboundOrder(id); |
| | | } |
| | | //[HttpPost, HttpGet, Route("FeedbackInboundOrder")] |
| | | //public WebResponseContent FeedbackInboundOrder(int id) |
| | | //{ |
| | | // return Service.FeedbackInboundOrder(id); |
| | | //} |
| | | |
| | | [HttpPost, HttpGet, Route("ManualMaterielGroup")] |
| | | public WebResponseContent MaterielGroup(string palletCode, int initiallife, int warehouseId, [FromBody] List<string> serNums) |