huangxiaoqiang
19 小时以前 eaa7c0d999c6dd7901bf4f0de79b861eae38e978
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/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-入库站台确认
        /// ç«™å°ç±»åž‹
        /// </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,32 +88,23 @@
        [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; }
        /// <summary>
        /// è®¾å¤‡çŠ¶æ€
        /// </summary>
        [ImporterHeader(Name = "设备状态")]
        [ExporterHeader(DisplayName = "设备状态")]
        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "设备状态")]
        public string stationStatus { get; set; }
        /// <summary>
        /// äº§çº¿
        /// æ¥¼å±‚
        /// </summary>
        public string productLine { get; set; }
        [ImporterHeader(Name = "楼层")]
        [ExporterHeader(DisplayName = "楼层")]
        [SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "楼层")]
        public string stationFloor { get; set; }
    }
}