huanghongfeng
2025-09-26 83f3c63f1cae6224320a8d19251e3bc0404da096
´úÂë¹ÜÀí/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/AGVStation.cs
@@ -25,10 +25,10 @@
        public int Station_code { get; set; }
        /// <summary>
        /// ç«™å°åç§°remark
        /// ç«™å°åç§°(1:入库,,2:出库)
        /// </summary>
        [SugarColumn(Length = 50, ColumnDescription = "站台名称")]
        public string Station_name { get; set; }
        public int Station_tasktype { get; set; }
        /// <summary>
        /// ç±»åž‹
@@ -43,7 +43,7 @@
        public int Station_enable { get; set; }
        /// <summary>
        /// åŒºåŸŸ
        /// åŒºåŸŸ(5:内侧RGV,,,6:外侧RGV)
        /// </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; }
    }