This commit is contained in:
2023-09-20 17:13:24 +08:00
parent f636b12517
commit 9f21a1986e
2 changed files with 18 additions and 4 deletions

View File

@@ -85,5 +85,11 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
public string process_name { get; set; }
public string mbom_process_id { get; set; }
public string equip_id { get; set; }
public string equip_code { get; set; }
public string equip_name { get; set; }
public string mold_id { get; set; }
public string mold_code { get; set; }
public string mold_name { get; set; }
}
}