huangxiaoqiang
10 小时以前 16749e23b489ee24f993fe9e87346680b7bcf63a
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/Basic/Dt_StationManager.cs
@@ -33,7 +33,7 @@
        public int stationID { get; set; }
        /// <summary>
        /// ç«™å°ç±»åž‹  1-入库站台 2-出库站台 3-异常排出站台 4-NG工站放料 5-NG工站取料 6-空框入库 7-空框出库
        /// ç«™å°ç±»åž‹
        /// </summary>
        [ImporterHeader(Name = "站台类型")]
        [ExporterHeader(DisplayName = "站台类型")]
@@ -46,7 +46,7 @@
        [ImporterHeader(Name = "所属PLC")]
        [ExporterHeader(DisplayName = "所属PLC")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "所属PLC")]
        public string stationPLC { get; set; }
        public string stationDeviceCode { get; set; }
        /// <summary>
        /// å··é“号
@@ -88,31 +88,22 @@
        [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "坐标地址")]
        public string stationLocation { get; set; }
        /// <summary>
        /// MOM设备编号
        /// </summary>
        [ImporterHeader(Name = "MOM设备编号")]
        [ExporterHeader(DisplayName = "MOM设备编号")]
        [SugarColumn(IsNullable = false, ColumnDescription = "MOM设备编号")]
        public string stationEquipMOM { get; set; }
        /// <summary>
        ///
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "NG子设备编号")]
        public string stationNGChildCode { get; set; }
        /// <summary>
        ///
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "NG子设备坐标")]
        public string stationNGLocation { get; set; }
        public string remark { get; set; }
        public string stationStatus { get; set; }
        /// <summary>
        /// äº§çº¿
        /// è®¾å¤‡çŠ¶æ€
        /// </summary>
        public string productLine { get; set; }
        [ImporterHeader(Name = "设备状态")]
        [ExporterHeader(DisplayName = "设备状态")]
        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "设备状态")]
        public string stationStatus { get; set; }
        /// <summary>
        /// æ¥¼å±‚
        /// </summary>
        [ImporterHeader(Name = "楼层")]
        [ExporterHeader(DisplayName = "楼层")]
        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "楼层")]
        public string stationFloor { get; set; }
    }
}