生产工单 任务单 提报表 相关数量的类型 int 改成 decimal
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
public string mo_task_code { get; set; }
|
||||
public string material_id { get; set; }
|
||||
public string material_code { get; set; }
|
||||
public int? num { get; set; }
|
||||
public decimal? num { get; set; }
|
||||
public List<MaterialPreparationPlanDOutput> children { get; set; } = new List<MaterialPreparationPlanDOutput>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user