生产工单 任务单 提报表 相关数量的类型 int 改成 decimal
This commit is contained in:
@@ -9,8 +9,8 @@ namespace Tnb.ProductionMgr.Entities.Dto.PrdManage
|
||||
public string eqp_id { get; set; } = string.Empty;
|
||||
public string plan_start_date { get; set; } = string.Empty;
|
||||
public string plan_end_date { get; set; } = string.Empty;
|
||||
public int? plan_qty { get; set; }
|
||||
public int? complete_qty { get; set; }
|
||||
public decimal? plan_qty { get; set; }
|
||||
public decimal? complete_qty { get; set; }
|
||||
public string? mo_task_status { get; set; } = string.Empty;
|
||||
public string? schedule_type { get; set; } = string.Empty;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user