xiaojiao
2 天以前 9376389dbf19d202f766a4fe47cf80dfe4db4f42
ÏîÄ¿´úÂë/WIDESEA_WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs
@@ -41,11 +41,11 @@
        public int StationType { get; set; }
        /// <summary>
        /// æ‰€å±žPLC
        /// é›¶ä»¶å·åœ°å€
        /// </summary>
        [ImporterHeader(Name = "所属PLC")]
        [ExporterHeader(DisplayName = "所属PLC")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "所属PLC")]
        [ImporterHeader(Name = "零件号地址")]
        [ExporterHeader(DisplayName = "零件号地址")]
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "零件号地址")]
        public string StationDeviceCode { get; set; }
        /// <summary>
@@ -65,11 +65,11 @@
        public string StationRemark { get; set; }
        /// <summary>
        /// çº¿ä½“编号(子设备编号)
        /// å«æ–™å·åœ°å€
        /// </summary>
        [ImporterHeader(Name = "线体编号(子设备编号)")]
        [ExporterHeader(DisplayName = "线体编号(子设备编号)")]
        [SugarColumn(IsNullable = true, ColumnDescription = "线体编号(子设备编号)")]
        [ImporterHeader(Name = "叫料号地址")]
        [ExporterHeader(DisplayName = "叫料号地址")]
        [SugarColumn(IsNullable = true, ColumnDescription = "叫料号地址")]
        public string StationChildCode { get; set; }
        /// <summary>