dengjunjie
2025-10-24 101a25491c535c5fd4173e7f002aea57986512f6
新建文件夹/WIDESEA_WMSServer/ClassLibrary2/SupplyTaskService.cs
@@ -15,5 +15,7 @@
        public SupplyTaskService(IRepository<Dt_SupplyTask> BaseDal) : base(BaseDal)
        {
        }
        public IRepository<Dt_SupplyTask> Repository => BaseDal;
    }
}