质量统计

This commit is contained in:
qianhao.xu
2023-12-12 22:26:20 +08:00
parent 3429a1e39e
commit 21ceea2a5b
14 changed files with 510 additions and 14 deletions

View File

@@ -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; }
}
}