wangxinhui
16 小时以前 39d468b76e60c05ffcdf749f7ed1d3c443d542f8
项目代码/WMS/WMSServices/WIDESEA_ITaskInfoService/ITaskService.cs
@@ -65,7 +65,7 @@
        /// <param name="stationCode"></param>
        /// <param name="palletCode"></param>
        /// <returns></returns>
        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode);
        WebResponseContent DeviceRequestInboundTaskSimple(string stationCode,string startPoint = "");
        /// <summary>
        /// 鍘熸枡鍏ュ簱浠诲姟璇锋眰
@@ -286,7 +286,7 @@
        /// 鎴愬搧缁勭洏
        /// </summary>
        /// <returns></returns>
        WebResponseContent BoxingInBound(string stationCode, List<string> barCodes);
        WebResponseContent BoxingInBound(string stationCode, int heightNum, List<string> barCodes, int type = 0);
        /// <summary>
        /// 鎴愬搧鍏ュ簱鎵爜璇锋眰鏇存柊鏉$爜
        /// </summary>
@@ -297,5 +297,11 @@
        /// </summary>
        /// <returns></returns>
        WebResponseContent SemiProIn(string barcode, string palletCode, string address);
        /// <summary>
        /// 浜屾ゼ鎴愬搧PDA鎵爜鏍¢獙
        /// </summary>
        /// <param name="barcode"></param>
        /// <returns></returns>
        WebResponseContent CodeAnalysis(string barcode);
    }
}