StandardInterface/MES.Service/Modes/Womdaa.cs
@@ -12,7 +12,7 @@ /// 自增列 /// </summary> [SugarColumn(ColumnName = "ID", IsPrimaryKey = true)] public decimal? Id { get; set; } public decimal Id { get; set; } /// <summary> /// 排产ID @@ -195,10 +195,10 @@ public string? Daa026 { get; set; } /// <summary> /// 已报检,0-未报检,1-已报检 /// 物料ID(用于关联查询) /// </summary> [SugarColumn(ColumnName = "IS_REPORTCHECK")] public decimal? IsReportcheck { get; set; } [SugarColumn(IsIgnore = true)] public decimal? ItemId { get; set; } /// <summary> /// 报检人