This commit is contained in:
2023-11-06 16:38:23 +08:00
parent 9ee80fe00f
commit e0972cb1b9
2 changed files with 9 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
public string parent_id { get; set; }
public string material_id { get; set; }
public string material_code { get; set; }
public string workstation_id { get; set; }
public List<MaterialPreparationPlanDDOutput> children { get; set; } = new List<MaterialPreparationPlanDDOutput>();
}