using WCS.Entity.Protocol.Station; namespace WCS.WorkEngineering.Protocol.Station { /// /// 外检读取信息 /// public interface IStation91 : Station91 { } }