bug
This commit is contained in:
@@ -19,5 +19,15 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
public string combine_mo_code { get; set; }
|
||||
public string material_id_id { get; set; }
|
||||
public List<PrdMoListOuput> children { get; set; } = new List<PrdMoListOuput>();
|
||||
|
||||
/// <summary>
|
||||
/// 物料规格
|
||||
/// </summary>
|
||||
public string? f_flowtaskid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? f_flowid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user