xxyy
2025-03-27 cdc57c80aa7f0616739941e38b2ad9d2dee9bce4
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs
@@ -45,7 +45,7 @@
        /// </summary>
        [ImporterHeader(Name = "设备编号")]
        [ExporterHeader(DisplayName = "设备编号")]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备编号")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备编号")]
        public string DeviceCode { get; set; }
        /// <summary>
@@ -53,7 +53,7 @@
        /// </summary>
        [ImporterHeader(Name = "设备名称")]
        [ExporterHeader(DisplayName = "设备名称")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "设备名称")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "设备名称")]
        public string DeviceName { get; set; }
        /// <summary>
@@ -61,7 +61,7 @@
        /// </summary>
        [ImporterHeader(Name = "设备类型")]
        [ExporterHeader(DisplayName = "设备类型")]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备类型")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备类型")]
        public string DeviceType { get; set; }
        /// <summary>
@@ -69,7 +69,7 @@
        /// </summary>
        [ImporterHeader(Name = "设备状态")]
        [ExporterHeader(DisplayName = "设备状态")]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备状态")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备状态")]
        public string DeviceStatus { get; set; }
        /// <summary>
@@ -77,7 +77,7 @@
        /// </summary>
        [ImporterHeader(Name = "设备IP")]
        [ExporterHeader(DisplayName = "设备IP")]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备IP")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备IP")]
        public string DeviceIp { get; set; }
        /// <summary>
@@ -85,7 +85,7 @@
        /// </summary>
        [ImporterHeader(Name = "设备端口")]
        [ExporterHeader(DisplayName = "设备端口")]
        [SugarColumn(IsNullable = false, ColumnDescription = "设备端口")]
        [SugarColumn(IsNullable = true, ColumnDescription = "设备端口")]
        public int DevicePort { get; set; }
        /// <summary>
@@ -93,7 +93,7 @@
        /// </summary>
        [ImporterHeader(Name = "PLC类型")]
        [ExporterHeader(DisplayName = "PLC类型")]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "PLC类型")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "PLC类型")]
        public string DevicePlcType { get; set; }
        /// <summary>