提报记录添加工序

This commit is contained in:
2023-08-11 17:04:05 +08:00
parent b25ab2c526
commit 53db402c7a
2 changed files with 8 additions and 1 deletions

View File

@@ -113,4 +113,10 @@ public partial class PrdReport : BaseEntity<string>
/// 物料单位
/// </summary>
public string? unit_id { get; set; }
/// <summary>
/// 工序id
/// </summary>
public string? process_id { get; set; }
}