根据生产bom拆分子工单代码调整

This commit is contained in:
DEVICE8\12494
2023-05-24 23:31:13 +08:00
parent 65072abc04
commit d12e05d737
16 changed files with 336 additions and 98 deletions

View File

@@ -48,5 +48,9 @@ public partial class PrdMoTaskDefect : BaseEntity<string>
/// 批次
/// </summary>
public string? batch { get; set; }
/// <summary>
/// 报废数量
/// </summary>
public int scrap_qty { get; set; }
}