using WCS.Entity.Protocol.Truss; namespace WCS.WorkEngineering.Protocol.Truss { /// /// 桁架 码垛工位 /// public interface ITruss530 : Truss530 { } }