dengjunjie
2025-10-27 876f988dacc59833175f034c92744b9b433d9ff0
新建文件夹/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;
    }
}