huangxiaoqiang
2025-04-21 2a20cd300ab6d9233a708a0f4558ba3d92c9f0a2
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs
@@ -37,7 +37,7 @@
        /// </summary>
        [ImporterHeader(IsIgnore = true)]
        [ExporterHeader(DisplayName = "主键")]
        [SugarColumn(IsIdentity = true, IsPrimaryKey = true, ColumnDescription = "主键")]
        [SugarColumn(IsIdentity = true, IsNullable = true, IsPrimaryKey = true, ColumnDescription = "主键")]
        public int Id { get; set; }
        /// <summary>
@@ -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>