yanjinhui
5 天以前 79cea1bc2685b73f2f6a29379f37580ca1a38c79
´úÂë¹ÜÀí/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/BasicInfo/Dt_StationInfo.cs
@@ -24,10 +24,23 @@
        public string StationCode { get; set; }
        /// <summary>
        /// æ‰˜ç›˜ç¼–号
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 30, ColumnDescription = "托盘编号")]
        public string PalletCode { get; set; }
        /// <summary>
        /// ç«™å°åç§°
        /// </summary>
        [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "站台名称")]
        public string StationName { get; set; }
        /// <summary>
        /// åŒºåŸŸ
        /// </summary>
        [SugarColumn(IsNullable = true, ColumnDescription = "区域")]
        public int StationRegion { get; set; }
        /// <summary>
        /// ç«™å°ç±»åž‹ <br/>
@@ -39,6 +52,12 @@
        public int StationType {  get; set; }
        /// <summary>
        /// ç«™å°çŠ¶æ€
        /// </summary>
        [SugarColumn(IsNullable = false, ColumnDescription = "站台状态")]
        public int StationStatus {  get; set; }
        /// <summary>
        /// æ‰€åœ¨æ¥¼å±‚,AA是1楼,BB是2楼,CC是3楼,DD是4楼,EE是5楼,FF是6楼
        /// </summary>
        [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "所在楼层")]