新建文件夹/WIDESEA_WMSServer/ClassLibrary2/SupplyTaskService.cs
@@ -3,6 +3,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Core; using WIDESEA_Core.BaseRepository; using WIDESEA_Core.BaseServices; using WIDESEA_IWMsInfoServices; @@ -15,5 +16,7 @@ public SupplyTaskService(IRepository<Dt_SupplyTask> BaseDal) : base(BaseDal) { } public IRepository<Dt_SupplyTask> Repository => BaseDal; } }