Commit 95204474 by 泽锋 李

fix

parent 251991fc
......@@ -177,6 +177,11 @@ namespace AutoTurnOver.Models
public decimal? realtime_amount_purchase { get; set; }
/// <summary>
/// 总库存金额
/// </summary>
public decimal? sum_usable_stock_amount { get; set; }
/// <summary>
/// 总库存
/// </summary>
public decimal? sum_usable_stock { 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