This commit is contained in:
2024-08-29 11:41:57 +08:00
parent 3415354990
commit 7ace98d49e
3 changed files with 13 additions and 1 deletions

View File

@@ -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; }
}
}