namespace WIDESEA_IStorageBasicService; public interface IVV_MesLockInfoService : IService { WebResponseContent GetMesLockInfo(); WebResponseContent GetStockInfo(string PVI); }