质量统计
This commit is contained in:
@@ -32,7 +32,7 @@ namespace ZR.Model.MES.qu
|
||||
public string InspectionType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 检测类别
|
||||
/// 检测类模块
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "inspectionModule")]
|
||||
public string InspectionModule { get; set; }
|
||||
@@ -71,5 +71,8 @@ namespace ZR.Model.MES.qu
|
||||
///</summary>
|
||||
[SugarColumn(ColumnName = "UPDATED_TIME")]
|
||||
public DateTime? UpdatedTime { get; set; }
|
||||
|
||||
[SugarColumn(IsIgnore =true)]
|
||||
public int? Counter { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user