1
刘磊
2026-03-05 f45293a0c3c9838567d6ff01eae53157a9ed5284
ÏîÄ¿´úÂë/WCS/WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs
@@ -33,7 +33,7 @@
        public int stationID { get; set; }
        /// <summary>
        /// ç«™å°ç±»åž‹  1-入库站台 2-出库站台 3-异常排出站台 4-NG工站放料 5-NG工站取料 6-空框入库 7-空框出库,8-入库线体扫码确认,9-入库站台确认
        /// ç«™å°ç±»åž‹  1-入库站台 2-出库站台 3-异常排出站台 4-过点站台 5-提升机 6-空框入库 7-空框出库,8-入库线体扫码确认,9-入库站台确认
        /// </summary>
        [ImporterHeader(Name = "站台类型")]
        [ExporterHeader(DisplayName = "站台类型")]
@@ -88,18 +88,23 @@
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "坐标地址")]
        public string stationLocation { get; set; }
        /// <summary>
        ///
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "MES点位")]
        public string stationEquipMES { get; set; }
        /// <summary>
        /// 
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "NG子设备编号")]
        public string stationNGChildCode { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "站台模式")]
        public string stationModel { get; set; }
        /// <summary>
        /// 
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "NG子设备坐标")]
        public string stationNGLocation { get; set; }
        [SugarColumn(IsNullable = false, ColumnDescription = "横移机道口")]
        public string stationTCLocation { get; set; }
        public string remark { get; set; }
        public string stationStatus { get; set; }