Commit cc3f6bf1 by 泽锋 李

fix

parent 661bafce
...@@ -9,6 +9,8 @@ namespace AutoTurnOver.Models.ApiDto.Stock ...@@ -9,6 +9,8 @@ namespace AutoTurnOver.Models.ApiDto.Stock
{ {
public string sku { get; set; } public string sku { get; set; }
public decimal usable_stock { get; set; } public decimal usable_stock { get; set; }
public decimal quantity_transfer { get; set; }
public decimal quantity_purchase { get; set; }
public decimal shipped_stock { get; set; } public decimal shipped_stock { get; set; }
public string area_name { get; set; } public string area_name { get; set; }
public string warehouse_name { get; set; } public string warehouse_name { get; set; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment