wanshenmean
2024-11-09 ad18b0c17b5b1f715c33cb2a2b39589c10434a00
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);
        }