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