1
WINDOWS-F96JH03\Kain
2026-03-17 0df3cb7492523f7a1ce37d0a1c7e4a79eb4bf0ce
ÏîÄ¿´úÂë/WCS/WCSServer/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManager.cs
@@ -105,8 +105,17 @@
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "横移机道口")]
        public string stationTCLocation { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "备注")]
        public string remark { get; set; }
        /// <summary>
        /// å¯ç”¨çŠ¶æ€
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "启用状态")]
        public string stationStatus { get; set; }
    }