大屏调整,一次合格计算调整
This commit is contained in:
225
ZR.Model/MES/BI/dwd/Dto/BiDwdProductionQualityReportDto.cs
Normal file
225
ZR.Model/MES/BI/dwd/Dto/BiDwdProductionQualityReportDto.cs
Normal file
@@ -0,0 +1,225 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace ZR.Model.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// bi大屏-清洗后数据-质量报表查询对象
|
||||
/// </summary>
|
||||
public class BiDwdProductionQualityReportQueryDto : PagerInfo
|
||||
{
|
||||
[Required(ErrorMessage = "生成日期不能为空")]
|
||||
public DateTime GenerationTime { get; set; }
|
||||
|
||||
public string WorkOrder { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// bi大屏-清洗后数据-质量报表输入输出对象
|
||||
/// </summary>
|
||||
public class BiDwdProductionQualityReportDto
|
||||
{
|
||||
[Required(ErrorMessage = "主键不能为空")]
|
||||
public int Id { get; set; }
|
||||
|
||||
public DateTime? GenerationTime { get; set; }
|
||||
|
||||
public string WorkOrder { get; set; }
|
||||
|
||||
public string PartNumber { get; set; }
|
||||
|
||||
public string BlankNumber { get; set; }
|
||||
|
||||
public string Colour { get; set; }
|
||||
|
||||
public string Specification { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
public int? Sort { get; set; }
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
|
||||
public int? PaintSuokong1 { get; set; }
|
||||
|
||||
public int? PaintZhengkong1 { get; set; }
|
||||
|
||||
public int? PaintShiguang1 { get; set; }
|
||||
|
||||
public int? PaintSecha1 { get; set; }
|
||||
|
||||
public int? PaintDianzi1 { get; set; }
|
||||
|
||||
public int? PaintOther1 { get; set; }
|
||||
|
||||
public int? DeviceShuiban1 { get; set; }
|
||||
|
||||
public int? DeviceZandian1 { get; set; }
|
||||
|
||||
public int? DeviceBianxing1 { get; set; }
|
||||
|
||||
public int? DeviceYouzhu1 { get; set; }
|
||||
|
||||
public int? DeviceTuoluo1 { get; set; }
|
||||
|
||||
public int? DeviceZhuangshang1 { get; set; }
|
||||
|
||||
public int? DeviceOther1 { get; set; }
|
||||
|
||||
public int? BlankMaoci1 { get; set; }
|
||||
|
||||
public int? BlankSuoyin1 { get; set; }
|
||||
|
||||
public int? BlankCanshuang1 { get; set; }
|
||||
|
||||
public int? BlankShaying1 { get; set; }
|
||||
|
||||
public int? BlankZangdian1 { get; set; }
|
||||
|
||||
public int? BlankDamo1 { get; set; }
|
||||
|
||||
public int? ProgramLiuguang1 { get; set; }
|
||||
|
||||
public int? ProgramSeqiqueqi1 { get; set; }
|
||||
|
||||
public int? ProgramQingqiqueqi1 { get; set; }
|
||||
|
||||
public int? ProgramJupi1 { get; set; }
|
||||
|
||||
public int? ProgramOther1 { get; set; }
|
||||
|
||||
public int? TeamTuoluocanshuang1 { get; set; }
|
||||
|
||||
public int? TeamQingqiqikuai1 { get; set; }
|
||||
|
||||
public int? TeamSeqiqikuai1 { get; set; }
|
||||
|
||||
public int? TeamFahua1 { get; set; }
|
||||
|
||||
public int? TeamLiangbang1 { get; set; }
|
||||
|
||||
public int? TeamPenglou1 { get; set; }
|
||||
|
||||
public int? PaintSuokong2 { get; set; }
|
||||
|
||||
public int? PaintZhengkong2 { get; set; }
|
||||
|
||||
public int? PaintShiguang2 { get; set; }
|
||||
|
||||
public int? PaintSecha2 { get; set; }
|
||||
|
||||
public int? PaintDianzi2 { get; set; }
|
||||
|
||||
public int? PaintOther2 { get; set; }
|
||||
|
||||
public int? DeviceShuiban2 { get; set; }
|
||||
|
||||
public int? DeviceZandian2 { get; set; }
|
||||
|
||||
public int? DeviceBianxing2 { get; set; }
|
||||
|
||||
public int? DeviceYouzhu2 { get; set; }
|
||||
|
||||
public int? DeviceTuoluo2 { get; set; }
|
||||
|
||||
public int? DeviceZhuangshang2 { get; set; }
|
||||
|
||||
public int? DeviceOther2 { get; set; }
|
||||
|
||||
public int? BlankMaoci2 { get; set; }
|
||||
|
||||
public int? BlankSuoyin2 { get; set; }
|
||||
|
||||
public int? BlankCanshuang2 { get; set; }
|
||||
|
||||
public int? BlankShaying2 { get; set; }
|
||||
|
||||
public int? BlankZangdian2 { get; set; }
|
||||
|
||||
public int? BlankDamo2 { get; set; }
|
||||
|
||||
public int? ProgramLiuguang2 { get; set; }
|
||||
|
||||
public int? ProgramSeqiqueqi2 { get; set; }
|
||||
|
||||
public int? ProgramQingqiqueqi2 { get; set; }
|
||||
|
||||
public int? ProgramJupi2 { get; set; }
|
||||
|
||||
public int? ProgramOther2 { get; set; }
|
||||
|
||||
public int? TeamTuoluocanshuang2 { get; set; }
|
||||
|
||||
public int? TeamQingqiqikuai2 { get; set; }
|
||||
|
||||
public int? TeamSeqiqikuai2 { get; set; }
|
||||
|
||||
public int? TeamFahua2 { get; set; }
|
||||
|
||||
public int? TeamLiangbang2 { get; set; }
|
||||
|
||||
public int? TeamPenglou2 { get; set; }
|
||||
|
||||
public int? PaintSuokong3 { get; set; }
|
||||
|
||||
public int? PaintZhengkong3 { get; set; }
|
||||
|
||||
public int? PaintShiguang3 { get; set; }
|
||||
|
||||
public int? PaintSecha3 { get; set; }
|
||||
|
||||
public int? PaintDianzi3 { get; set; }
|
||||
|
||||
public int? PaintOther3 { get; set; }
|
||||
|
||||
public int? DeviceShuiban3 { get; set; }
|
||||
|
||||
public int? DeviceZandian3 { get; set; }
|
||||
|
||||
public int? DeviceBianxing3 { get; set; }
|
||||
|
||||
public int? DeviceYouzhu3 { get; set; }
|
||||
|
||||
public int? DeviceTuoluo3 { get; set; }
|
||||
|
||||
public int? DeviceZhuangshang3 { get; set; }
|
||||
|
||||
public int? DeviceOther3 { get; set; }
|
||||
|
||||
public int? BlankMaoci3 { get; set; }
|
||||
|
||||
public int? BlankSuoyin3 { get; set; }
|
||||
|
||||
public int? BlankCanshuang3 { get; set; }
|
||||
|
||||
public int? BlankShaying3 { get; set; }
|
||||
|
||||
public int? BlankZangdian3 { get; set; }
|
||||
|
||||
public int? BlankDamo3 { get; set; }
|
||||
|
||||
public int? ProgramLiuguang3 { get; set; }
|
||||
|
||||
public int? ProgramSeqiqueqi3 { get; set; }
|
||||
|
||||
public int? ProgramQingqiqueqi3 { get; set; }
|
||||
|
||||
public int? ProgramJupi3 { get; set; }
|
||||
|
||||
public int? ProgramOther3 { get; set; }
|
||||
|
||||
public int? TeamTuoluocanshuang3 { get; set; }
|
||||
|
||||
public int? TeamQingqiqikuai3 { get; set; }
|
||||
|
||||
public int? TeamSeqiqikuai3 { get; set; }
|
||||
|
||||
public int? TeamFahua3 { get; set; }
|
||||
|
||||
public int? TeamLiangbang3 { get; set; }
|
||||
|
||||
public int? TeamPenglou3 { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
56
ZR.Model/MES/BI/dwd/Dto/BiDwdWorkorderDto.cs
Normal file
56
ZR.Model/MES/BI/dwd/Dto/BiDwdWorkorderDto.cs
Normal file
@@ -0,0 +1,56 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace ZR.Model.Dto
|
||||
{
|
||||
/// <summary>
|
||||
/// bi大屏-清洗后数据-工单表查询对象
|
||||
/// </summary>
|
||||
public class BiDwdWorkorderQueryDto : PagerInfo
|
||||
{
|
||||
[Required(ErrorMessage = "生成日期不能为空")]
|
||||
public DateTime GenerationTime { get; set; }
|
||||
public string WorkOrder { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// bi大屏-清洗后数据-工单表输入输出对象
|
||||
/// </summary>
|
||||
public class BiDwdWorkorderDto
|
||||
{
|
||||
[Required(ErrorMessage = "主键不能为空")]
|
||||
public int Id { get; set; }
|
||||
|
||||
public DateTime? GenerationTime { get; set; }
|
||||
|
||||
public string WorkOrder { get; set; }
|
||||
|
||||
public string PartNumber { get; set; }
|
||||
|
||||
public string BlankNumber { get; set; }
|
||||
|
||||
public string Colour { get; set; }
|
||||
|
||||
public string Specification { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
public int? VehicleNumber { get; set; }
|
||||
|
||||
public int? HangNumber { get; set; }
|
||||
|
||||
public int? PreviousNumber { get; set; }
|
||||
|
||||
public string CylinderNumber { get; set; }
|
||||
|
||||
public int? Sort { get; set; }
|
||||
|
||||
public string Remark1 { get; set; }
|
||||
|
||||
public string Remark2 { get; set; }
|
||||
|
||||
public DateTime? CreateTime { get; set; }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user