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