using WCS.Entity.Protocol.Truss; namespace WCS.WorkEngineering.Protocol.Truss { /// /// 桁架DB523 设备调度 /// public interface ITruss523 : Truss523 { } }