质检报表完善

This commit is contained in:
2024-10-21 18:01:21 +08:00
parent 8ac0824412
commit a96bdb4091
4 changed files with 21 additions and 3 deletions

View File

@@ -103,6 +103,16 @@ public partial class WmsPurchaseQcrecord : BaseEntity<string>
/// 批次
/// </summary>
public string? batchno { get; set; }
/// <summary>
/// 质检人
/// </summary>
public string? checker { get; set; }
/// <summary>
/// 质检时间
/// </summary>
public DateTime? check_time { get; set; }
/// <summary>
///
/// </summary>