采购订单行号

This commit is contained in:
2024-07-31 14:44:59 +08:00
parent 89da9302b7
commit 446346e13f
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -119,4 +119,9 @@ public partial class WmsPurchaseOrderD : BaseEntity<string>
/// </summary>
public string? erp_line_pk { get; set; }
/// <summary>
/// 行号
/// </summary>
public string? lineno { get; set; }
}