采购订单行号

This commit is contained in:
2024-07-31 14:38:57 +08:00
parent 53384ff793
commit 89da9302b7
2 changed files with 6 additions and 1 deletions

View File

@@ -113,4 +113,9 @@ public partial class WmsPurchaseD : BaseEntity<string>
/// 质检结果
/// </summary>
public string? qc_res { get; set; }
/// <summary>
/// 行号
/// </summary>
public string? lineno { get; set; }
}