项目代码/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 @@ -71,5 +72,7 @@ WebResponseContent pullLock(object jsondata); WebResponseContent syncOrderFeature(object json); WebResponseContent LockRequest(Dt_CarBodyInfo carBody, int operationType); } }