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