WINDOWS-F96JH03\Kain
2026-03-17 021ec32a095410d28d4552d7365ca64308494fa6
ÏîÄ¿´úÂë/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; }
    }