1
dengjunjie
2025-06-10 2d9de97cab8500780c61d3158504dcfbf5384980
´úÂë¹ÜÀí/WMS/WIDESEA_WMSServer/WIDESEA_IBasicRepository/IWarehouseRepository.cs
@@ -10,6 +10,9 @@
{
    public interface IWarehouseRepository : IRepository<Dt_Warehouse>
    {
        /// <summary>
        /// å¯ç”¨çš„仓库主键集合
        /// </summary>
        public List<int> EnableWarehouseIds { get; }
    }
}