肖洋
2024-12-26 d76e413d03a9e8645afe33d7573e60eed0fc8d8f
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_IStoragIntegrationServices/MOM/CellState/ICellStateService.cs
@@ -1,5 +1,6 @@
using WIDESEA_Core;
using WIDESEA_DTO;
using WIDESEA_DTO.MOM;
namespace WIDESEA_IStoragIntegrationServices;
@@ -17,5 +18,5 @@
    /// </summary>
    /// <param name="input">电芯数据</param>
    /// <returns></returns>
    Task<dynamic> GetTrayCellStatusAsync(TrayCellsStatusDto input);
    Task<WebResponseContent> GetTrayCellStatusAsync(TrayCellsStatusDto input);
}