1
hutongqing
2024-08-26 a4122d504f8fc5f0626eaa0cbc270b47742812d9
WIDESEAWCS_Server/WIDESEAWCS_ITaskInfoService/ITaskService.cs
@@ -15,6 +15,7 @@
 *----------------------------------------------------------------*/
#endregion << 版 本 注 释 >>
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -30,6 +31,21 @@
    public interface ITaskService : IService<Dt_Task>
    {
        /// <summary>
        /// 任务排序
        /// </summary>
        public Dictionary<string, OrderByType> TaskOrderBy { get; set; }
        /// <summary>
        /// 所有入库任务类型
        /// </summary>
        public List<int> TaskInboundTypes { get; }
        /// <summary>
        /// 所有出库任务类型
        /// </summary>
        public List<int> TaskOutboundTypes {  get; }
        /// <summary>
        /// 接收WMS任务信息
        /// </summary>
        /// <param name="taskDTOs">WMS任务对象集合</param>