This commit is contained in:
2023-11-02 11:45:44 +08:00
parent 8c31205e70
commit 95ecfd1814
5 changed files with 39 additions and 1 deletions

View File

@@ -124,5 +124,10 @@ public partial class PrdReport : BaseEntity<string>
/// 工序id
/// </summary>
public string? process_id { get; set; }
/// <summary>
/// 料箱二维码
/// </summary>
public string material_box_qrcode { get; set; }
}