huanghongfeng
8 小时以前 6ba24a49c009cca01d9c02b9dae692a53b8be116
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs
@@ -43,7 +43,7 @@
        public int Station_enable { get; set; }
        /// <summary>
        /// åŒºåŸŸ
        /// åŒºåŸŸ(1:外侧   2:内侧)
        /// </summary>
        [SugarColumn( ColumnDescription = "区域",IsNullable =true)]
        public int Station_Area { get; set; }
@@ -65,26 +65,33 @@
        /// <summary>
        /// è¿‡é“地址母1
        /// </summary>
        [SugarColumn(Length = 255, ColumnDescription = "过道地址母1")]
        public string MotherCarDeviceCode { get; set; }
        [SugarColumn(Length = 50, ColumnDescription = "过道地址母1")]
        public int MotherCarDeviceCode { get; set; }
        /// <summary>
        /// è¿‡é“地址母2
        /// </summary>
        [SugarColumn(Length = 255, ColumnDescription = "过道地址母2")]
        public string MotherCardeputy { get; set; }
        [SugarColumn(Length = 50, ColumnDescription = "过道地址母2")]
        public int MotherCardeputy { get; set; }
        /// <summary>
        /// æ¯åœ°å€ï¼ˆå¯¹æ ‡å †åž›æœºå–货口)
        /// </summary>
        [SugarColumn(Length = 255, ColumnDescription = "母地址")]
        public string Motherinlaw { get; set; }
        [SugarColumn(Length = 50, ColumnDescription = "母地址")]
        public int Motherinlaw { get; set; }
        /// <summary>
        /// å­åœ°å€ï¼ˆå¯¹æ ‡è¿‡é“站台)
        /// </summary>
        [SugarColumn(Length = 255, ColumnDescription = "子地址")]
        public string ZicheMotherinlaw { get; set; }
        [SugarColumn(Length = 50, ColumnDescription = "子地址")]
        public int ZicheMotherinlaw { get; set; }
        /// <summary>
        /// HCJ存放点
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "HCJ存放点")]
        public int HCJStorageaddress { get; set; }
    }