wangxinhui
10 天以前 834294889ab62bafaf034b1b87c2ead961c33476
ÏîÄ¿´úÂë/WCS/WCSServices/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationManger.cs
@@ -62,12 +62,31 @@
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "AGV站台编号")]
        public string? AGVStationCode { get; set; }
        /// <summary>
        /// AGV站台取放高度
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "AGV站台取放高度")]
        public decimal AGVStationHeight { get; set; }
        /// <summary>
        /// AGV前置点
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "AGV前置点")]
        public string? AGVFrontCode { get; set; }
        /// <summary>
        /// ç«™å°æ˜¯å¦å¯ç”¨ <br/>
        /// 0:可用 <br/>
        /// 1:占用 <br/>
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "站台是否可用")]
        public int IsOccupied { get; set; }
        /// <summary>
        /// ç«™å°æ˜¯å¦å¯ç”¨ <br/>
        /// 0:可用 <br/>
        /// 1:占用 <br/>
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "站台是否可用")]
        public int IsManual { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>