wangxinhui
2025-03-05 33861e7fbf9cc4af3088f715ce7607a681f9c181
代码管理/WMS/WIDESEA_WMSServer/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -252,6 +252,13 @@
        MesResponseContent QueryPpByWidth(QueryPpByWidthModel model);
        /// <summary>
        /// 鎴愬搧杩斿伐鎻愬簱
        /// </summary>
        /// <param name="model"></param>
        /// <returns></returns>
        MesResponseContent RworkTask(RworkTaskModel model);
        /// <summary>
        /// 
        /// </summary>
        /// <param name="roadwayNos"></param>
@@ -307,5 +314,21 @@
        WebResponseContent GeneratePKOutboundTask(int orderDetailId, List<StockSelectViewDTO> stockSelectViews);
        /// <summary>
        /// MES鎴愬搧鍐呭寘淇℃伅鎺ユ敹
        /// </summary>
        /// <returns></returns>
        MesResponseContent BagInfoSync(MesBagInfoModel bagInfoModel);
        /// <summary>
        /// MES鎴愬搧澶栧寘淇℃伅鎺ユ敹
        /// </summary>
        /// <param name="boxInfoModel"></param>
        /// <returns></returns>
        MesResponseContent BoxStockin(MesBoxInfoModel boxInfoModel);
        /// <summary>
        /// MES鎴愬搧鍑哄簱鎺ュ彛璋冪敤
        /// </summary>
        /// <returns></returns>
        WebResponseContent ShipmentOrderSync(MesShipmentOrderSync model);
    }
}