namespace YY.Admin.Core.Entity; public class MesXslRubberQuickTestRecord { public string? Id { get; set; } public string? RecordNo { get; set; } public string? RubberMaterialId { get; set; } public string? RubberMaterialName { get; set; } public string? StdId { get; set; } public string? StdName { get; set; } public string? TestMethodId { get; set; } public string? TestMethodName { get; set; } public string? ProdEquipmentLedgerId { get; set; } public string? ProdEquipmentName { get; set; } public DateTime? ProductionDate { get; set; } public string? TrainNo { get; set; } public string? WorkShift { get; set; } public int? InspectTimes { get; set; } public DateTime? InspectTime { get; set; } public string? InspectorUserId { get; set; } public string? InspectorUsername { get; set; } public string? InspectorRealname { get; set; } public string? QuickTestTypeId { get; set; } public string? QuickTestTypeName { get; set; } public string? InspectResult { get; set; } public string? ProductionPlanNo { get; set; } public DateTime? CreateTime { get; set; } public List? StdLineList { get; set; } public List? RawLineList { get; set; } public List? ChartPointList { get; set; } /// 列表展示:班次文本 public string? WorkShiftText { get; set; } /// 列表展示:是否合格 public string? InspectResultText { get; set; } }