| using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;using System.Threading.Tasks;using WCS.Core;namespace WCS.Service.Handlers{    [Description("穿梭车")]    class RGVHandler : WorkHandler    {        public override bool ParallelRun => true;    }}
 |