wanshenmean
2024-11-06 c9982eb3dd76696b8a3851cc6411a71c402d042f
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/Controllers/Integration/CellStateController.cs
@@ -22,7 +22,7 @@
        // POST: api/CellState/GetTrayCellState
        [HttpPost("GetTrayCellState")]
        public Task<dynamic> GetTrayCellStateAsync([FromBody] TrayCellsStatusDto input)
        public Task<WebResponseContent> GetTrayCellStateAsync([FromBody] TrayCellsStatusDto input)
        {
            return _cellStateService.GetTrayCellStatusAsync(input);
        }