This commit is contained in:
qianhao.xu
2024-05-13 10:05:09 +08:00
parent cc50aa458a
commit e24a6de4c8
4 changed files with 53 additions and 30 deletions

View File

@@ -25,6 +25,12 @@ namespace ZR.Service.mes.mm
[SugarColumn(IsPrimaryKey = true, IsIdentity = false, ColumnName = "fk_workorder")]
public string FkWorkorder { get; set; }
/// <summary>
/// 毛坯号
/// </summary>
[SugarColumn(IsPrimaryKey = true, IsIdentity = false, ColumnName = "fk_blanknumber")]
public string FkBlanknumber { get; set; }
/// <summary>
/// 是否完成配料
/// </summary>
@@ -33,7 +39,11 @@ namespace ZR.Service.mes.mm
/// <summary>
/// 剩余的待上件数量
/// </summary>
public int? Remian { get; set; }
[SugarColumn(ColumnName = "previous_numbered")]
public int? Previous_numbered { get; set; }
/// <summary>
/// CreatedBy