检验完成

This commit is contained in:
qianhao.xu
2024-01-29 16:55:45 +08:00
parent 641e9c198a
commit a2295ee36d
7 changed files with 635 additions and 56 deletions

View File

@@ -66,12 +66,17 @@ namespace ZR.Model.MES.qu
///</summary>
[SugarColumn(ColumnName = "UPDATED_BY")]
public string UpdatedBy { get; set; }
/// <summary>
/// 更新时间
///</summary>
[SugarColumn(ColumnName = "UPDATED_TIME")]
public DateTime? UpdatedTime { get; set; }
/// <summary>
/// 检测数量
/// </summary>
[SugarColumn(IsIgnore =true)]
public int? Counter { get; set; }
}