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 CZInfo_ZY : Basic_ZY
{
/////
///// 标识
/////
//[XmlElement]
//public string FLAG { get; set; }
/////
///// 错误信息
/////
//[XmlElement]
//public string ERROR { get; set; }
///
/// 车轴条码
///
[XmlElement]
public string CZH { get; set; }
///
/// 轮对条码
///
[XmlElement]
public string LDTM { get; set; }
///
/// 车型
///
[XmlElement]
public string CHEXING { get; set; }
///
/// 车轴型号
///
[XmlElement]
public string CZXH { get; set; }
///
/// 动拖属性 M:动,T:拖 M/T:动拖通用
///
[XmlElement]
public string MTTYPE { get; set; }
///
/// 左轮座直径A1
///
[XmlElement]
public string ZLZA1 { get; set; }
///
/// 左轮座直径A2
///
[XmlElement]
public string ZLZA2 { get; set; }
///
/// 左轮座直径A3
///
[XmlElement]
public string ZLZA3 { get; set; }
///
/// 左轮座直径A
///
[XmlElement]
public string ZLZA { get; set; }
///
/// 左轮座直径B1
///
[XmlElement]
public string ZLZB1 { get; set; }
///
/// 左轮座直径B2
///
[XmlElement]
public string ZLZB2 { get; set; }
///
/// 左轮座直径B3
///
[XmlElement]
public string ZLZB3 { get; set; }
///
/// 左轮座直径B
///
[XmlElement]
public string ZLZB { get; set; }
///
/// 左轮座直径C1
///
[XmlElement]
public string ZLZC1 { get; set; }
///
/// 左轮座直径C2
///
[XmlElement]
public string ZLZC2 { get; set; }
///
/// 左轮座直径C3
///
[XmlElement]
public string ZLZC3 { get; set; }
///
/// 左轮座直径C
///
[XmlElement]
public string ZLZC { get; set; }
///
/// 左轮座直径
///
[XmlElement]
public string ZLZZJ { get; set; }
///
/// 右轮座直径A1
///
[XmlElement]
public string YLZA1 { get; set; }
///
/// 右轮座直径A2
///
[XmlElement]
public string YLZA2 { get; set; }
///
/// 右轮座直径A3
///
[XmlElement]
public string YLZA3 { get; set; }
///
/// 右轮座直径A
///
[XmlElement]
public string YLZA { get; set; }
///
/// 右轮座直径B1
///
[XmlElement]
public string YLZB1 { get; set; }
///
/// 右轮座直径B2
///
[XmlElement]
public string YLZB2 { get; set; }
///
/// 右轮座直径B3
///
[XmlElement]
public string YLZB3 { get; set; }
///
/// 右轮座直径B
///
[XmlElement]
public string YLZB { get; set; }
///
/// 右轮座直径C1
///
[XmlElement]
public string YLZC1 { get; set; }
///
/// 右轮座直径C2
///
[XmlElement]
public string YLZC2 { get; set; }
///
/// 右轮座直径C3
///
[XmlElement]
public string YLZC3 { get; set; }
///
/// 右轮座直径C
///
[XmlElement]
public string YLZC { get; set; }
///
/// 右轮座直径
///
[XmlElement]
public string YLZZJ { get; set; }
///
/// 左轮座等级
///
[XmlElement]
public string ZLZDJ { get; set; }
///
/// 右轮座等级
///
[XmlElement]
public string YLZDJ { get; set; }
///
/// 维修任务
///
[XmlElement]
public string WXRW { get; set; }
}
}