调拨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

@@ -130,7 +130,7 @@ public partial class WmsTransferOutstockD : BaseEntity<string>
public string? fu_qty { get; set; }
/// <summary>
/// 出库仓库
/// wms出库仓库编码
/// </summary>
public string? warehouse_code { get; set; }
@@ -145,8 +145,13 @@ public partial class WmsTransferOutstockD : BaseEntity<string>
public string? lineno { get; set; }
/// <summary>
/// erp仓库类型
/// erp出库仓库编码
/// </summary>
public string erp_wh_type { get; set; }
/// <summary>
/// erp入库仓库编码
/// </summary>
public string? warehouse_instock_code { get; set; }
}