huanghongfeng
2025-06-19 f3ec4fe9c98a87b42b00b6ac4790fe156a32aa6b
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IStorageBasicService/Location/ILocationInfoService.cs
@@ -10,10 +10,17 @@
    /// <param name="locationID">任务号</param>
    /// <returns>任务对象</returns>
    Task<Dt_Task> TransferCheckAsync(RequestTaskDto input);
    /// <summary>
    /// æ£€æµ‹å…¥åº“任务是否需要移库
    /// </summary>
    /// <param name="input"></param>
    /// <returns></returns>
    Task<Dt_Task> InTransferCheckAsync(RequestTaskDto input);
    Task<WebResponseContent> initializeLocation(int locationID);
    WebResponseContent CreateLocation(int x, int y, int z, int locType, int areaId);
    WebResponseContent LocationEnable(SaveModel saveModel);
    WebResponseContent LocationStatus();
}