调拨erp字段

This commit is contained in:
2024-08-26 10:57:51 +08:00
parent ab2bddbb88
commit 69a64acf10
4 changed files with 21 additions and 7 deletions

View File

@@ -94,9 +94,18 @@ public partial class WmsTransferOrderD : BaseEntity<string>
/// </summary>
public string? lineno { get; set; }
/// <summary>
/// wms出库仓库编码
/// </summary>
public string? warehouse_code { get; set; }
/// <summary>
/// erp仓库类型
/// erp出库仓库编码
/// </summary>
public string erp_wh_type { get; set; }
/// <summary>
/// erp入库仓库编码
/// </summary>
public string? warehouse_instock_code { get; set; }
}