yanjinhui
2025-12-01 2b49f7643d15b74889d190f216630559006ed93a
н¨Îļþ¼Ð/WIDESEA_WMSServer/ClassLibrary1/ISupplyTaskHtyService.cs
@@ -3,6 +3,8 @@
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_Core.BaseRepository;
using WIDESEA_Core.BaseServices;
using WIDESEA_Model.Models;
@@ -10,6 +12,13 @@
{
    public interface ISupplyTaskHtyService : IService<Dt_SupplyTask_Hty>
    {
        IRepository<Dt_SupplyTask_Hty> Repository { get; }
        /// <summary>
        /// æ•°å­—孪生获取出入库任务历史
        /// </summary>
        /// <returns></returns>
        WebResponseContent GetInOutTasks();
    }
}