dengjunjie
2024-11-14 c827fe7b0c5b3b444d76ba0d96a2649c764630dd
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -28,5 +28,14 @@
        WebResponseContent LocationEnableStatus(int key);
        WebResponseContent LocationDisableStatus(int key);
        WebResponseContent GetPosition(string position);
        WebResponseContent UpdateEnableStatus(SaveModel saveModel);
        Dt_LocationInfo? AssignLocation(int inboundOrderCount);
        /// <summary>
        /// 鏍规嵁璐т綅缂栧彿鑾峰彇璐т綅淇℃伅
        /// </summary>
        /// <param name="locationCode"></param>
        /// <returns></returns>
        Dt_LocationInfo? GetLocation(string locationCode);
    }
}