质量模块_质量统计: 添加颜色
This commit is contained in:
@@ -31,6 +31,16 @@ namespace ZR.Model.MES.qc
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "product_description")]
|
||||
public string ProductDescription { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 颜色
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "color")]
|
||||
public string Color { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 生产投入数
|
||||
///</summary>
|
||||
|
||||
@@ -26,6 +26,16 @@ namespace ZR.Model.MES.qc
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "finished_part_number")]
|
||||
public string FinishedPartNumber { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 颜色
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "color")]
|
||||
public string Color { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 班次
|
||||
///</summary>
|
||||
|
||||
@@ -31,6 +31,14 @@ namespace ZR.Model.MES.qc
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "product_description")]
|
||||
public string ProductDescription { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 颜色
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "color")]
|
||||
public string Color { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 生产投入数
|
||||
///</summary>
|
||||
|
||||
@@ -26,11 +26,23 @@ namespace ZR.Model.MES.qc
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "finished_part_number")]
|
||||
public string FinishedPartNumber { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 描述
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "product_description")]
|
||||
public string ProductDescription { get; set; }
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 颜色
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "color")]
|
||||
public string Color { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 生产投入数
|
||||
///</summary>
|
||||
|
||||
Reference in New Issue
Block a user