dengjunjie
2025-10-24 101a25491c535c5fd4173e7f002aea57986512f6
新建文件夹/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;
    }
}