This commit is contained in:
2023-06-28 15:31:02 +08:00
parent e478a4c2ca
commit 68b975c498
4 changed files with 18 additions and 6 deletions

View File

@@ -187,5 +187,10 @@ public partial class PrdMoTask : BaseEntity<string>
/// 最后一道工序完成数量
/// </summary>
public int? last_process_complete_qty { get; set; }
/// <summary>
/// 物料单位
/// </summary>
public string? unit_id { get; set; }
}