using System; using System.Collections.Generic; using System.Text; namespace WCS.Protocol.HJ.Station { public interface IStation90 : IProtocol { } }