1
刘磊
2026-03-05 f45293a0c3c9838567d6ff01eae53157a9ed5284
ÏîÄ¿´úÂë/WCS/WCSServer/WIDESEAWCS_Model/Models/TaskInfo/Dt_Task_Hty.cs
@@ -150,48 +150,17 @@
        public string Remark { get; set; }
        /// <summary>
        /// æµ‹é‡æ•°æ®
        ///</summary>
        [SugarColumn(ColumnName = "task_bak1", Length = 255, ColumnDescription = "测量数据")]
        public string? task_bak1 { get; set; }
        /// <summary>
        /// è½¦è½´å·
        ///</summary>
        [SugarColumn(ColumnName = "task_CZInfo", Length = 255, ColumnDescription = "车轴号")]
        public string? task_CZInfo { get; set; }
        /// <summary>
        /// è½¦åž‹
        ///</summary>
        [SugarColumn(ColumnName = "CarType", Length = 40, ColumnDescription = "车型")]
        public string? CarType { get; set; }
        public string CarType { get; set; }
        /// <summary>
        /// å¤‡  æ³¨:毂孔均值
        /// å¤‡  æ³¨:PVI码
        /// é»˜è®¤å€¼:
        ///</summary>
        [SugarColumn(ColumnName = "wheels_gkcc", Length = 255, ColumnDescription = "毂孔均值")]
        public string? wheels_gkcc { get; set; }
        [SugarColumn(ColumnName = "PVI", Length = 30, IsNullable = true)]
        public string PVI { get; set; }
        /// <summary>
        /// è½¦è½®æ–°æ—§
        /// é»˜è®¤å€¼:
        ///</summary>
        [SugarColumn(ColumnName = "WheelsNewOrOld", Length = 255, ColumnDescription = "车轮新旧")]
        public string WheelsNewOrOld { get; set; }
        /// <summary>
        /// åŠ¨æ‹–å±žæ€§  (M-动车 T-拖车)
        /// é»˜è®¤å€¼:
        ///</summary>
        [SugarColumn(ColumnName = "wheels_mttype", Length = 255, ColumnDescription = "动拖属性")]
        public string wheels_mttype { get; set; }
        /// <summary>
        /// è½¦è½®åŽ»å‘åœ°å€
        ///</summary>
        [SugarColumn(ColumnName = "Towhereabouts", Length = 20, ColumnDescription = "车轮去向地址")]
        public string Towhereabouts { get; set; }
    }
}