huangxiaoqiang
2025-06-12 a407d85032a312cd93513d24e1bd34219e3aa3c9
Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/ProcessParameters/Platform.cs
@@ -65,7 +65,7 @@
        [ImporterHeader(Name = "对应PLC编号")]
        [ExporterHeader(DisplayName = "对应PLC编号")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "对应PLC编号")]
        public string PLCCode { get; set; }
        public string DeviceCode { get; set; }
        /// <summary>
        /// 站台位置
@@ -99,6 +99,15 @@
        [ExporterHeader(DisplayName = "生产产线")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "生产产线")]
        public string ProductionLine { get; set; }
        /// <summary>
        /// 巷道
        /// </summary>
        [ImporterHeader(Name = "巷道")]
        [ExporterHeader(DisplayName = "巷道")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "巷道")]
        public string Roadway { get; set; }
        
    }
}