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; }
}
[XmlRoot("ROOT")]
public class WheelSetMeasurement : CZInfo_ZY
{
// Left disc seat diameters
///
/// 左盘座直径A1
///
[XmlElement("ZPZA1")]
public string ZPZA1 { get; set; }
///
/// 左盘座直径A2
///
[XmlElement("ZPZA2")]
public string ZPZA2 { get; set; }
///
/// 左盘座直径A3
///
[XmlElement("ZPZA3")]
public string ZPZA3 { get; set; }
///
/// 左盘座直径A
///
[XmlElement("ZPZA")]
public string ZPZA { get; set; }
///
/// 左盘座直径B1
///
[XmlElement("ZPZB1")]
public string ZPZB1 { get; set; }
///
/// 左盘座直径B2
///
[XmlElement("ZPZB2")]
public string ZPZB2 { get; set; }
///
/// 左盘座直径B3
///
[XmlElement("ZPZB3")]
public string ZPZB3 { get; set; }
///
/// 左盘座直径B
///
[XmlElement("ZPZB")]
public string ZPZB { get; set; }
///
/// 左盘座直径C1
///
[XmlElement("ZPZC1")]
public string ZPZC1 { get; set; }
///
/// 左盘座直径C2
///
[XmlElement("ZPZC2")]
public string ZPZC2 { get; set; }
///
/// 左盘座直径C3
///
[XmlElement("ZPZC3")]
public string ZPZC3 { get; set; }
///
/// 左盘座直径C
///
[XmlElement("ZPZC")]
public string ZPZC { get; set; }
///
/// 左盘座直径
///
[XmlElement("ZPZZJ")]
public string ZPZZJ { get; set; }
// Middle disc seat diameters
///
/// 中盘座直径A1
///
[XmlElement("MPZA1")]
public string MPZA1 { get; set; }
///
/// 中盘座直径A2
///
[XmlElement("MPZA2")]
public string MPZA2 { get; set; }
///
/// 中盘座直径A3
///
[XmlElement("MPZA3")]
public string MPZA3 { get; set; }
///
/// 中盘座直径A
///
[XmlElement("MPZA")]
public string MPZA { get; set; }
///
/// 中盘座直径B1
///
[XmlElement("MPZB1")]
public string MPZB1 { get; set; }
///
/// 中盘座直径B2
///
[XmlElement("MPZB2")]
public string MPZB2 { get; set; }
///
/// 中盘座直径B3
///
[XmlElement("MPZB3")]
public string MPZB3 { get; set; }
///
/// 中盘座直径B
///
[XmlElement("MPZB")]
public string MPZB { get; set; }
///
/// 中盘座直径C1
///
[XmlElement("MPZC1")]
public string MPZC1 { get; set; }
///
/// 中盘座直径C2
///
[XmlElement("MPZC2")]
public string MPZC2 { get; set; }
///
/// 中盘座直径C3
///
[XmlElement("MPZC3")]
public string MPZC3 { get; set; }
///
/// 中盘座直径C
///
[XmlElement("MPZC")]
public string MPZC { get; set; }
///
/// 中盘座直径
///
[XmlElement("MPZZJ")]
public string MPZZJ { get; set; }
// Right disc seat diameters
///
/// 右盘座直径A1
///
[XmlElement("YPZA1")]
public string YPZA1 { get; set; }
///
/// 右盘座直径A2
///
[XmlElement("YPZA2")]
public string YPZA2 { get; set; }
///
/// 右盘座直径A3
///
[XmlElement("YPZA3")]
public string YPZA3 { get; set; }
///
/// 右盘座直径A
///
[XmlElement("YPZA")]
public string YPZA { get; set; }
///
/// 右盘座直径B1
///
[XmlElement("YPZB1")]
public string YPZB1 { get; set; }
///
/// 右盘座直径B2
///
[XmlElement("YPZB2")]
public string YPZB2 { get; set; }
///
/// 右盘座直径B3
///
[XmlElement("YPZB3")]
public string YPZB3 { get; set; }
///
/// 右盘座直径B
///
[XmlElement("YPZB")]
public string YPZB { get; set; }
///
/// 右盘座直径C1
///
[XmlElement("YPZC1")]
public string YPZC1 { get; set; }
///
/// 右盘座直径C2
///
[XmlElement("YPZC2")]
public string YPZC2 { get; set; }
///
/// 右盘座直径C3
///
[XmlElement("YPZC3")]
public string YPZC3 { get; set; }
///
/// 右盘座直径C
///
[XmlElement("YPZC")]
public string YPZC { get; set; }
///
/// 右盘座直径
///
[XmlElement("YPZZJ")]
public string YPZZJ { get; set; }
}
}