wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_AGVStationInfo.cs
@@ -20,25 +20,27 @@
        [SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
        public int Id { get; set; }
        /// <summary>
        /// AGV站点编号
        /// ç«™ç‚¹ç¼–号
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "AGV站点编号")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "站点编号")]
        public string AGVStationCode { get; set; }
        /// <summary>
        /// AGV站点取放高度
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "AGV站台取放高度")]
        public decimal AGVStationHeight { get; set; }
        /// <summary>
        /// å‰ç½®ç‚¹
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "前置点")]
        public string AGVFrontCode { get; set; }
        /// <summary>
        /// åŒºåŸŸ
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "区域")]
        public int StationArea { get; set; }
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "区域")]
        public string StationArea { get; set; }
        /// <summary>
        /// MES对应周转位
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "MES对应周转位")]
        public string MESPointCode { get; set; }
        /// <summary>
        /// æ·±ä½
        /// </summary>
        [SugarColumn(IsNullable = true,  ColumnDescription = "深位")]
        public int Depth { get; set; }
        /// <summary>
        /// æ˜¯å¦å ç”¨
        /// </summary>