using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_QuartzJob { /// /// 堆垛机系统 /// public class StackerCraneDevice { public string Device { get; set; } public string DeviceCode { get; set; } public string DeviceName { get; set; } public string IPAddress { get; set; } } }