注塑挤出批号设置
This commit is contained in:
@@ -29,5 +29,14 @@ namespace Tnb.ProductionMgr.Entities.Dto
|
||||
/// 物料型号
|
||||
/// </summary>
|
||||
public string? f_flowid { get; set; }
|
||||
/// <summary>
|
||||
/// 已报工数量
|
||||
/// </summary>
|
||||
public decimal? reported_work_qty { get; set; } = 0;
|
||||
|
||||
/// <summary>
|
||||
/// 报废数量
|
||||
/// </summary>
|
||||
public decimal? scrap_qty { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user