pda组装包装任务管理相关接口

This commit is contained in:
2023-08-31 11:37:45 +08:00
parent 2d6e2a56fc
commit 49056a6a53
4 changed files with 112 additions and 2 deletions

View File

@@ -15,6 +15,11 @@ namespace Tnb.ProductionMgr.Entities
public string eqp_id { get; set; }
public string eqp_id_id { get; set; }
public string equip_code { get; set; }
public string process_id { get; set; }
public string process_id_id { get; set; }
public string process_code { get; set; }
public string mbom_process_id { get; set; }
public int? scheduled_qty { get; set; }
public int? reported_work_qty { get; set; }
public int? scrap_qty { get; set; }