新建文件夹/WIDESEA_WMSServer/ClassLibrary2/Inventory_BatchServices.cs.cs @@ -16,5 +16,7 @@ public Inventory_BatchServices(IRepository<Dt_Inventory_Batch> BaseDal) : base(BaseDal) { } public IRepository<Dt_Inventory_Batch> Repository => BaseDal; } }