生产工单 任务单 提报表 相关数量的类型 int 改成 decimal
This commit is contained in:
@@ -20,9 +20,9 @@ namespace Tnb.ProductionMgr.Entities
|
||||
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; }
|
||||
public decimal? scheduled_qty { get; set; }
|
||||
public decimal? reported_work_qty { get; set; }
|
||||
public decimal? scrap_qty { get; set; }
|
||||
|
||||
public string plan_start_date { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user