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