生产工单 任务单 提报表 相关数量的类型 int 改成 decimal
This commit is contained in:
@@ -24,10 +24,10 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
public string material_name { get; set; }
|
||||
public string workline_name { get; set; }
|
||||
public string report_type { get; set; }
|
||||
public int qty { get; set; }
|
||||
public decimal qty { get; set; }
|
||||
public string repoter_name { get; set; }
|
||||
public int plan_qty { get; set; }
|
||||
public int remain_plan_qty { get; set; }
|
||||
public decimal plan_qty { get; set; }
|
||||
public decimal remain_plan_qty { get; set; }
|
||||
public string report_time { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user