项目代码/WMS/WMSServer/WIDESEA_IStorageBasicService/Stock/IVV_MesLockInfoService.cs
@@ -2,4 +2,11 @@ public interface IVV_MesLockInfoService : IService<VV_MesLockInfo> { WebResponseContent GetMesLockInfo(); WebResponseContent GetStockInfo(string PVI); WebResponseContent MesLock(object[] keys); WebResponseContent MesUnLock(object[] keys); }