1
刘磊
2024-11-15 1a02791b12af1c7dc0a7816c9ae60f5ede442de4
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);
        }