11
yanjinhui
2025-10-23 b99aa405404579726e8e357299e61eae7ab423ad
新建文件夹/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;}
    }
}