using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace WIDESEAWCS_QuartzJob { public class RobotCraneDevice { public string Device { get; set; } public string DeviceCode { get; set; } public string DeviceName { get; set; } public string IPAddress { get; set; } } }