陈勇
2 天以前 6b74e1dcf5642c8f56975471e27780d695953989
项目代码/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);
}