using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WCS.WorkEngineering.Worlds { /// /// 堆垛机 /// [Description("堆垛机")] public class SrmWorld:MainWorld { } }