现场问题处理

This commit is contained in:
2024-09-14 18:50:52 +08:00
parent e98078c36d
commit e3452074aa
7 changed files with 52 additions and 11 deletions

View File

@@ -138,4 +138,14 @@ public partial class WmsMaterialTransfer : BaseEntity<string>
/// 主表主键
/// </summary>
public string erp_pk { get; set; }
/// <summary>
/// erp出库仓库
/// </summary>
public string? erp_warehouse_outstock { get; set; }
/// <summary>
/// erp入库仓库
/// </summary>
public string? erp_warehouse_instock { get; set; }
}

View File

@@ -59,4 +59,8 @@ public partial class WmsPrdInstockD : BaseEntity<string>
/// </summary>
public string? scwarehouse_id { get; set; }
/// <summary>
/// 入库仓库
/// </summary>
public string? rkwarehouse_id { get; set; }
}