刘磊
10 天以前 2de09bec5cc05bf875543fa8956167ca7db73021
ÏîÄ¿´úÂë/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();
}