1
huanghongfeng
2025-10-22 0cbe01e1241f9af562d86dc79b5f0949ada81dba
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs
@@ -19,15 +19,15 @@
        public int Station_id { get; set; }
        /// <summary>
        /// ç«™å°ç¼–号
        /// è®¾å¤‡ä¿¡æ¯
        /// </summary>
        [SugarColumn( ColumnDescription = "站台编号")]
        public int Station_code { get; set; }
        [SugarColumn( ColumnDescription = "设备信息")]
        public string Station_code { get; set; }
        /// <summary>
        /// ç«™å°åç§°(1:入库,,2:出库)
        /// ç±»åž‹(1:入库,,2:出库)
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "站台名称")]
        [SugarColumn(Length = 50, ColumnDescription = "类型")]
        public int Station_tasktype { get; set; }
        /// <summary>
@@ -43,7 +43,7 @@
        public int Station_enable { get; set; }
        /// <summary>
        /// åŒºåŸŸ(5:内侧RGV,,,6:外侧RGV)
        /// åŒºåŸŸ(1-4为巷道,5:内侧RGV,,,6:外侧RGV)
        /// </summary>
        [SugarColumn( ColumnDescription = "区域",IsNullable =true)]
        public int Station_Area { get; set; }
@@ -93,6 +93,18 @@
        [SugarColumn(Length = 50, ColumnDescription = "HCJ存放点")]
        public int HCJStorageaddress { get; set; }
        /// <summary>
        /// ç­‰å¾…点1
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "等待点1")]
        public int WaitmomentOne { get; set; }
        /// <summary>
        /// ç­‰å¾…点2
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "等待点2")]
        public int WaitmomentTwo { get; set; }
    }
}