using WCS.Entity.Protocol.Truss; namespace WCS.WorkEngineering.Protocol.Truss { /// /// 桁架 码垛工位 60工位版 /// public interface ITruss531 : Truss531 { } }