xxyy
2025-03-27 cdc57c80aa7f0616739941e38b2ad9d2dee9bce4
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocol.cs
@@ -53,7 +53,7 @@
        /// </summary>
        [ImporterHeader(Name = "设备子编号")]
        [ExporterHeader(DisplayName = "设备子编号")]
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "设备子编号")]
        [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "设备子编号")]
        public string DeviceChildCode { get; set; }
        /// <summary>
@@ -61,7 +61,7 @@
        /// </summary>
        [ImporterHeader(Name = "协议数据块")]
        [ExporterHeader(DisplayName = "协议数据块")]
        [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "协议数据块")]
        [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "协议数据块")]
        public string DeviceProDataBlock { get; set; }
        /// <summary>
@@ -69,7 +69,7 @@
        /// </summary>
        [ImporterHeader(Name = "偏移量")]
        [ExporterHeader(DisplayName = "偏移量")]
        [SugarColumn(IsNullable = false, DecimalDigits = 1, ColumnDescription = "偏移量")]
        [SugarColumn(IsNullable = true, DecimalDigits = 1, ColumnDescription = "偏移量")]
        public decimal DeviceProOffset { get; set; }
        /// <summary>
@@ -77,7 +77,7 @@
        /// </summary>
        [ImporterHeader(Name = "数据类型")]
        [ExporterHeader(DisplayName = "数据类型")]
        [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "数据类型")]
        [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "数据类型")]
        public string DeviceProDataType { get; set; }
        /// <summary>
@@ -93,7 +93,7 @@
        /// </summary>
        [ImporterHeader(Name = "参数名称")]
        [ExporterHeader(DisplayName = "参数名称")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "参数名称")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "参数名称")]
        public string DeviceProParamName { get; set; }
        /// <summary>
@@ -101,7 +101,7 @@
        /// </summary>
        [ImporterHeader(Name = "参数类型")]
        [ExporterHeader(DisplayName = "参数类型")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "参数类型")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "参数类型")]
        public string DeviceProParamType { get; set; }
        /// <summary>