helongyang
15 小时以前 eb85d3f36be0b84b8a9783944e7db70aa4bb1127
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_IBasicRepository/ILocationInfoRepository.cs
@@ -52,5 +52,14 @@
        /// <param name="warehouseId"></param>
        /// <returns></returns>
        List<string> GetCanOutLocationCodes(int warehouseId);
        List<string> PPGetCanOutLocationCodes(int warehouseId);
        /// <summary>
        /// èŽ·å–MES指定可出库货位编号
        /// </summary>
        /// <param name="warehouseId"></param>
        /// <returns></returns>
        List<string> GetCanOutLocationCodes(string locationcode);
    }
}