Switch warehouse matching to use IDs
This commit is contained in:
@@ -6,6 +6,8 @@ namespace Model
|
||||
{
|
||||
public string WarehouseCode { get; set; }
|
||||
|
||||
public string WarehouseId { get; set; }
|
||||
|
||||
public string MaterialCode { get; set; }
|
||||
|
||||
public string Code { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user