原材来质检任务报表

This commit is contained in:
2024-10-16 15:17:57 +08:00
parent c88f6a9281
commit 5e572577c7
4 changed files with 115 additions and 4 deletions

View File

@@ -103,4 +103,11 @@ public partial class WmsPurchaseQcrecord : BaseEntity<string>
/// 批次
/// </summary>
public string? batchno { get; set; }
/// <summary>
///
/// </summary>
[SugarColumn(IsIgnore = true)]
public string? material_specification { get; set; }
}