dengjunjie
2025-07-09 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -47,7 +47,7 @@
        /// èŽ·å–å¯ç§»åº“è´§ä½
        /// </summary>
        /// <returns></returns>
        Dt_LocationInfo? AssignLocation();
        Dt_LocationInfo? AssignLocation(List<string> LocationCodes);
        /// <summary>
        /// æ ¹æ®è´§ä½ç¼–号获取货位信息
        /// </summary>
@@ -64,6 +64,6 @@
        WebResponseContent GetLocationCodes();
        object GetLocationLayer();
        WebResponseContent GetLocationInfo(SaveModel model);
        Dt_LocationInfo? GetLocationPallet();
        List<Dt_LocationInfo>? GetLocationPallet();
    }
}