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