注塑挤出批号设置

This commit is contained in:
2024-09-30 15:49:54 +08:00
parent 50a95ac88f
commit eeaff193a2
5 changed files with 23 additions and 6 deletions

View File

@@ -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;
}
}