using WCS.Entity.Protocol.Truss; namespace WCS.WorkEngineering.Protocol.Truss { /// /// 桁架DB521 设备调度 /// public interface ITruss521 : Truss521 { } }