using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Serialization;
namespace WIDESEA_Common.ZY
{
[XmlRoot("ROOT")]
public class CLInfo_ZY : Basic_ZY
{
// ///
// /// 标识
// ///
// [XmlElement]
// public string FLAG { get; set; }
// ///
// /// 错误信息
// ///
// [XmlElement]
// public string ERROR { get; set; }
///
/// 车轮条码
///
[XmlElement]
public string CLH { get; set; }
///
/// 轮对条码
///
[XmlElement]
public string LDTM { get; set; }
///
/// 车型
///
[XmlElement]
public string CHEXING { get; set; }
///
/// 车组号
///
[XmlElement]
public string LCCH { get; set; }
///
/// 轮对号
///
[XmlElement]
public string LDH { get; set; }
///
/// 轮对型号
///
[XmlElement]
public string LDXH { get; set; }
///
/// 动拖属性 M:动,T:拖 M/T:动拖通用
///
[XmlElement]
public string MTTYPE { get; set; }
///
/// 新旧属性 1:旧 0 :新
///
[XmlElement]
public string NEWOLD { get; set; }
///
/// 车轮属性
///
[XmlElement]
public string CLSX { get; set; }
///
/// 毂孔等级
///
[XmlElement]
public string GKDJ { get; set; }
///
/// 毂孔a界面均值
///
[XmlElement]
public string GKZJA { get; set; }
///
/// 毂孔b界面均值
///
[XmlElement]
public string GKZJB { get; set; }
///
/// 毂孔c界面均值
///
[XmlElement]
public string GKZJC { get; set; }
///
/// 配属局
///
[XmlElement]
public string PSJ { get; set; }
///
/// 毂孔均值
///
[XmlElement]
public string gkcc { get; set; }
///
/// 轮径值
///
[XmlElement]
public string LJZ { get; set; }
///
/// 预估轮径值
///
[XmlElement]
public string YGLJ { get; set; }
///
/// 入库时间
///
[XmlElement]
public string RKSJ { get; set; }
///
/// 轮缘
///
[XmlElement]
public string LYH { get; set; }
}
}