排产加模具状态 工单加物料清单版本

This commit is contained in:
2024-05-15 11:26:17 +08:00
parent 2d1c362bf6
commit 977f138445
5 changed files with 28 additions and 1 deletions

View File

@@ -30,5 +30,9 @@
/// </summary>
public int available_stations { get; set; }
public string mold_id { get; set; }
/// <summary>
/// 模具状态
/// </summary>
public string mold_status { get; set; }
}
}

View File

@@ -14,6 +14,7 @@ namespace Tnb.ProductionMgr.Entities.Dto
public int? plan_qty { get; set; }
public string unit_id { get; set; }
public string mo_status { get; set; }
public string ebom_version { get; set; }
public string? remark { get; set; }
public string combine_mo_code { get; set; }
public string material_id_id { get; set; }