This commit is contained in:
2024-08-20 14:47:35 +08:00
parent 29fd420bb2
commit 206547e61d
2 changed files with 12 additions and 5 deletions

View File

@@ -138,4 +138,11 @@ public partial class WmsPurchaseD : BaseEntity<string>
/// erp仓库类型
/// </summary>
public string erp_wh_type { get; set; }
//public string lineno { get; set; }
public string erp_purchase_order_d_pk { get; set; }
public string erp_purchase_order_d_lineno { get; set; }
}