using AngleSharp.Text;
|
using Magicodes.ExporterAndImporter.Core;
|
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_InWheels_mes), "MES车轮信息")]
|
|
public class Dt_InWheels_mes : BaseEntity
|
{
|
/// <summary>
|
/// 主键
|
/// </summary>
|
[ExporterHeader(DisplayName = "主键", IsIgnore = true)]
|
[SugarColumn(IsPrimaryKey = true, IsIdentity = true, ColumnDescription = "主键")]
|
public int Wheels_ID { get; set; }
|
|
/// <summary>
|
/// 车轮号
|
/// </summary>
|
[ExporterHeader(DisplayName = "车轮条码")]
|
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轮条码")]
|
public string Wheels_code { get; set; }
|
|
/// <summary>
|
/// 类别 (车轮/ 制动盘)
|
/// </summary>
|
[ExporterHeader(DisplayName = "车轮", IsIgnore = true)]
|
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "类别(车轮/制动盘)")]
|
public string Wheels_Type { get; set; }
|
|
/// <summary>
|
/// 状态 1-创建 2-入库 3-完成 4-删除
|
/// </summary>
|
[ExporterHeader(DisplayName = "状态", IsIgnore = true)]
|
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "状态")]
|
public string Wheels_CurrentStatue { get; set; }
|
/// <summary>
|
/// 序列号
|
/// </summary>
|
//public string Wheels_SequenceNum { get; set; }
|
|
/// <summary>
|
/// 车轮条码
|
/// </summary>
|
[ExporterHeader(DisplayName = "车轮条码",IsIgnore =true)]
|
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "车轮条码")]
|
public string Wheels_Num { get; set; }
|
|
/// <summary>
|
/// 轮对条码
|
/// </summary>
|
[ExporterHeader(DisplayName = "轮对条码")]
|
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "轮对条码")]
|
public string Wheels_ldtm { get; set; }
|
|
/// <summary>
|
/// 车型
|
/// </summary>
|
[ExporterHeader(DisplayName = "车型")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "车型")]
|
public string Wheels_CarType { get; set; }
|
|
/// <summary>
|
/// 配属局
|
/// </summary>
|
[ExporterHeader(DisplayName = "配属局")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "配属局")]
|
public string Wheels_psj { get; set; }
|
|
/// <summary>
|
/// 车组号
|
/// </summary>
|
[ExporterHeader(DisplayName = "车组号")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "车组号")]
|
public string Wheels_CarNo { get; set; }
|
|
/// <summary>
|
/// 轮对号
|
/// </summary>
|
[ExporterHeader(DisplayName = "轮对号")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "轮对号")]
|
public string Wheels_ldh { get; set; }
|
|
/// <summary>
|
/// 轮对型号
|
/// </summary>
|
[ExporterHeader(DisplayName = "轮对型号")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "轮对型号")]
|
public string Wheels_ldxh { get; set; }
|
|
/// <summary>
|
/// 动拖属性M:动,T:拖 M/T:动拖通用
|
/// </summary>
|
[ExporterHeader(DisplayName = "动拖属性")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "动拖属性")]
|
public string Wheels_mttype { get; set; }
|
|
/// <summary>
|
/// 新旧属性 1:旧 0 :新
|
/// </summary>
|
[ExporterHeader(DisplayName = "新旧属性 0 : 新 / 1 : 旧 ")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "新旧类型")]
|
public string Wheels_NewOrOld { get; set; }
|
|
/// <summary>
|
/// 属性
|
/// </summary>
|
[ExporterHeader(DisplayName = "车轮属性")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "车轮属性")]
|
public string WheelsProps { get; set; }
|
|
/// <summary>
|
/// 等级
|
/// </summary>
|
[ExporterHeader(DisplayName = "等级")]
|
[SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "等级")]
|
public string Wheels_level { get; set; }
|
|
/// <summary>
|
/// 毂孔a界面均值
|
/// </summary>
|
[ExporterHeader(DisplayName = "毂孔a界面均值")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "毂孔a界面均值")]
|
public string Wheels_gkzja { get; set; }
|
/// <summary>
|
/// 毂孔b界面均值
|
/// </summary>
|
[ExporterHeader(DisplayName = "毂孔b界面均值")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "毂孔b界面均值")]
|
public string Wheels_gkzjb { get; set; }
|
/// <summary>
|
/// 毂孔c界面均值
|
/// </summary>
|
[ExporterHeader(DisplayName = "毂孔c界面均值")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "毂孔c界面均值")]
|
public string Wheels_gkzjc { get; set; }
|
|
/// <summary>
|
/// 毂孔均值
|
/// </summary>
|
[ExporterHeader(DisplayName = "毂孔均值")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "毂孔均值")]
|
public string Wheels_gkcc { get; set; }
|
|
/// <summary>
|
/// 轮径值
|
/// </summary>
|
[ExporterHeader(DisplayName = "轮径值")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "轮径值")]
|
public string Wheels_ljz { get; set; }
|
|
/// <summary>
|
/// 预估轮径值
|
/// </summary>
|
[ExporterHeader(DisplayName = "预估轮径值")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "预估轮径值")]
|
public string Wheels_ygljz { get; set; }
|
|
/// <summary>
|
/// 入库日期
|
/// </summary>
|
[ExporterHeader(DisplayName = "入库日期")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "入库日期")]
|
public string Wheels_InDate { get; set; }
|
|
/// <summary>
|
/// 轮缘
|
/// </summary>
|
[ExporterHeader(DisplayName = "轮缘")]
|
[SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "轮缘")]
|
public string Wheels_LYH { get; set; }
|
}
|
}
|