提报报废数量反写到工单

This commit is contained in:
2023-08-14 10:48:05 +08:00
parent 06fdf932b3
commit a9461977ee
2 changed files with 91 additions and 1 deletions

View File

@@ -53,6 +53,11 @@ public partial class PrdMo : BaseEntity<string>
/// 已完工数量
/// </summary>
public int? complete_qty { get; set; }
/// <summary>
/// 已报工数量
/// </summary>
public int? reported_work_qty { get; set; }
/// <summary>
/// 报废数量