huanghongfeng
2025-09-26 83f3c63f1cae6224320a8d19251e3bc0404da096
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs
@@ -25,10 +25,10 @@
        public int Station_code { get; set; }
        /// <summary>
        /// ç«™å°åç§°remark
        /// ç«™å°åç§°(1:入库,,2:出库)
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "站台名称")]
        public string Station_name { get; set; }
        public int Station_tasktype { get; set; }
        /// <summary>
        /// ç±»åž‹
@@ -43,7 +43,7 @@
        public int Station_enable { get; set; }
        /// <summary>
        /// åŒºåŸŸ(1:外侧   2:内侧)
        /// åŒºåŸŸ(5:内侧RGV,,,6:外侧RGV)
        /// </summary>
        [SugarColumn( ColumnDescription = "区域",IsNullable =true)]
        public int Station_Area { get; set; }