陈勇
3 天以前 6b74e1dcf5642c8f56975471e27780d695953989
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_IStoragIntegrationServices/MES/IMESService.cs
@@ -5,6 +5,7 @@
using System.Threading.Tasks;
using WIDESEA_Core;
using WIDESEA_DTO;
using WIDESEA_Model.Models;
using WIDESEAWCS_Model.Models;
namespace WIDESEA_IStoragIntegrationServices
@@ -41,7 +42,7 @@
        /// <param name="stationNo">站台请求点位</param>
        /// <param name="palletCdoe">滑橇号</param>
        /// <returns></returns>
        WebResponseContent issuedCharacter(string rfidPrint, string stationNo,string palletCdoe);
        WebResponseContent issuedCharacter(string rfidPrint, string stationNo, string palletCdoe);
        /// <summary>
        ///  è½¦èº«ç»‘定工单  ç„Š-涂、涂-总工单绑定
@@ -71,5 +72,7 @@
        WebResponseContent pullLock(object jsondata);
        WebResponseContent syncOrderFeature(object json);
        WebResponseContent LockRequest(Dt_CarBodyInfo carBody, int operationType);
    }
}