wangxinhui
昨天 9ce6731460179c71f0f2c636b2a1598324d5194e
ÏîÄ¿´úÂë/WMS/WMSServices/WIDESEA_Model/Models/Basic/Dt_AGVStationInfo.cs
@@ -9,7 +9,7 @@
namespace WIDESEA_Model.Models
{
    /// <summary>
    /// æŽ¥å£ä¿¡æ¯
    /// AGV站点信息表
    /// </summary>
    [SugarTable(nameof(Dt_AGVStationInfo), "AGV站点信息表")]
    public class Dt_AGVStationInfo : BaseEntity
@@ -37,9 +37,19 @@
        /// <summary>
        /// åŒºåŸŸ
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "区域")]
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "区域")]
        public int StationArea { get; set; }
        /// <summary>
        /// MES对应周转位
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "MES对应周转位")]
        public string MESPointCode { get; set; }
        /// <summary>
        /// æ˜¯å¦å ç”¨
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "是否占用")]
        public int IsOccupied { get; set; }
        /// <summary>
        /// å¤‡æ³¨
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "备注")]