陈勇
2 天以前 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
@@ -71,5 +72,7 @@
        WebResponseContent pullLock(object jsondata);
        WebResponseContent syncOrderFeature(object json);
        WebResponseContent LockRequest(Dt_CarBodyInfo carBody, int operationType);
    }
}