dengjunjie
2025-07-09 7ca9651f81d7b84f054194d3d46fdbd1d9c8b922
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_IBasicService/ILocationInfoService.cs
@@ -29,7 +29,7 @@
        WebResponseContent LocationEnableStatus(int key);
        WebResponseContent LocationDisableStatus(int key);
        WebResponseContent GetPosition(string position);
        WebResponseContent GetPosition(string position, string position1);
        WebResponseContent UpdateEnableStatus(SaveModel saveModel);
        /// <summary>
        /// èŽ·å–ç©¿æ¢­è½¦å……ç”µå¯å…¥è´§ä½
@@ -47,7 +47,7 @@
        /// èŽ·å–å¯ç§»åº“è´§ä½
        /// </summary>
        /// <returns></returns>
        Dt_LocationInfo? AssignLocation();
        Dt_LocationInfo? AssignLocation(List<string> LocationCodes);
        /// <summary>
        /// æ ¹æ®è´§ä½ç¼–号获取货位信息
        /// </summary>
@@ -63,5 +63,7 @@
        WebResponseContent UpdateStatus(List<string> locationCodes,int Statu);
        WebResponseContent GetLocationCodes();
        object GetLocationLayer();
        WebResponseContent GetLocationInfo(SaveModel model);
        List<Dt_LocationInfo>? GetLocationPallet();
    }
}