using WCS.Entity.Protocol.Truss; namespace WCS.WorkEngineering.Protocol.Truss { /// /// 桁架DB520 设备调度 /// public interface ITruss520 : Truss520 { } }