新建文件夹/WIDESEA_WMSServer/ClassLibrary1/ISupplyTaskService.cs
@@ -3,6 +3,7 @@ using System.Linq; using System.Text; using System.Threading.Tasks; using WIDESEA_Core.BaseRepository; using WIDESEA_Core.BaseServices; using WIDESEA_Model.Models; @@ -10,5 +11,6 @@ { public interface ISupplyTaskService : IService<Dt_SupplyTask> { IRepository<Dt_SupplyTask> Repository { get;} } }