using AngleSharp.Text;
using SqlSugar;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using WIDESEA_Core.DB.Models;
namespace WIDESEA_Model.Models
{
[SugarTable(nameof(Dt_CZInfo_mes), "MES车轴信息")]
public class Dt_CZInfo_mes : BaseEntity
{
///
/// 主键
///
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
public int ID { get; set; }
///
/// 车轴条码
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轴条码")]
public string CZTM { get; set; }
///
/// 维修任务
///
[SugarColumn(IsNullable = false, Length = 255, ColumnDescription = "维修任务")]
public string WXRW { get; set; }
///
/// 车轴号
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轴号")]
public string CZH { get; set; }
///
/// 轮对条码
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "轮对条码")]
public string LDTM { get; set; }
///
/// 状态 1-创建 2-入库 3-完成
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "状态")]
public string CurrentStatue { get; set; }
///
/// 序列号
///
//public string Wheels_SequenceNum { get; set; }
///
/// 车型
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车型")]
public string CHEXING { get; set; }
///
/// 车轴型号
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轴型号")]
public string CZXH { get; set; }
///
/// 动拖类型
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "动拖类型")]
public string MTTYPE { get; set; }
///
/// 左轮座直径A1
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A1")]
public string ZLZA1 { get; set; }
///
/// 左轮座直径A2
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A2")]
public string ZLZA2 { get; set; }
/// <左轮座直径A3>
/// 轮对号
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A3")]
public string ZLZA3 { get; set; }
///
/// 左轮座直径A
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径A")]
public string ZLZA { get; set; }
///
/// 左轮座直径B1
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B1")]
public string ZLZB1 { get; set; }
///
/// 左轮座直径B2
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B2")]
public string ZLZB2 { get; set; }
///
/// 左轮座直径B3
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B3")]
public string ZLZB3 { get; set; }
///
/// 左轮座直径B
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径B")]
public string ZLZB { get; set; }
///
/// 左轮座直径C1
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C1")]
public string ZLZC1 { get; set; }
///
/// 左轮座直径C2
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C2")]
public string ZLZC2 { get; set; }
///
/// 左轮座直径C3
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C3")]
public string ZLZC3 { get; set; }
///
/// 左轮座直径C
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径C")]
public string ZLZC { get; set; }
///
/// 右轮座直径A1
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A1")]
public string YLZA1 { get; set; }
///
/// 右轮座直径A2
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A2")]
public string YLZA2 { get; set; }
/// <右轮座直径A3>
/// 轮对号
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A3")]
public string YLZA3 { get; set; }
///
/// 右轮座直径A
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径A")]
public string YLZA { get; set; }
///
/// 右轮座直径B1
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B1")]
public string YLZB1 { get; set; }
///
/// 右轮座直径B2
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B2")]
public string YLZB2 { get; set; }
///
/// 右轮座直径B3
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B3")]
public string YLZB3 { get; set; }
///
/// 右轮座直径B
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径B")]
public string YLZB { get; set; }
///
/// 右轮座直径C1
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C1")]
public string YLZC1 { get; set; }
///
/// 右轮座直径C2
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C2")]
public string YLZC2 { get; set; }
///
/// 右轮座直径C3
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C3")]
public string YLZC3 { get; set; }
///
/// 右轮座直径C
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径C")]
public string YLZC { get; set; }
///
/// 左轮座直径
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "左轮座直径")]
public string ZLZZJ { get; set; }
///
/// 右轮座直径
///
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "右轮座直径")]
public string YLZZJ { get; set; }
///
/// 左轮座等级
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "左轮座等级")]
public string ZLZDJ { get; set; }
///
/// 右轮座等级
///
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "右轮座等级")]
public string YLZDJ { get; set; }
}
}