huangxiaoqiang
2026-03-17 c52beb3de8041240d8c5c530d46797ecbdbdabdb
ÏîÄ¿´úÂë/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; }
    }