排产加模具状态 工单加物料清单版本
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user