wangxinhui
2 天以前 011ca316e6ec2ed93e31c45a9ebd9d3c66664871
ÏîÄ¿´úÂë/WCS/WCSServices/WIDESEAWCS_ITaskInfoService/IPackaxisTaskService.cs
@@ -7,6 +7,7 @@
using System.Threading.Tasks;
using WIDESEAWCS_Core;
using WIDESEAWCS_Core.BaseServices;
using WIDESEAWCS_DTO.TaskInfo;
using WIDESEAWCS_Model.Models;
namespace WIDESEAWCS_ITaskInfoService
@@ -29,5 +30,11 @@
        WebResponseContent TaskCompleted(int taskNum=0,Dt_PackaxisTask? packaxisTask=null);
        //码垛结托并上传码垛工位码垛明细数据
        WebResponseContent BoxingInBound(string stationCode);
        ///// <summary>
        ///// åˆ é™¤ç åž›ä»»åŠ¡
        ///// </summary>
        ///// <param name="packaxisTasks"></param>
        ///// <returns></returns>
        WebResponseContent PickaixsTaskDele(int PackTaskNum);
    }
}