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