注塑挤出任务单下发列表页添加设备信息

This commit is contained in:
2023-07-31 11:59:10 +08:00
parent 52f709c41a
commit 05dcc210bf
2 changed files with 5 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ namespace Tnb.ProductionMgr.Entities.Dto
public string mo_task_code { get; set; }
public string material_id { get; set; }
public string mold_id { get; set; }
public string eqp_id { get; set; }
public string mo_task_status { get; set; }
public int? plan_qty { get; set; }
public int? scheduled_qty { get; set; }