Commit 84c8192b by guanzhenshan

是否合理报表增加是否aims下单的字段,增加百伦简单分类,增加加权日均字段,可用库存为0时,为合理

parent 1b868f9d
......@@ -90,6 +90,11 @@ namespace Bailun.DC.Models
public decimal avg_thirtyday_sales { get; set; }
/// <summary>
/// 加权日均销量
/// </summary>
public decimal avg_weighting_day_sales { get; set; }
/// <summary>
/// 平均日均销量
/// </summary>
public decimal avg_sales { get; set; }
......
......@@ -24,9 +24,9 @@ namespace Bailun.DC.MonthSalePutin
// Services _service = new Services();
// //_service.Init(DateTime.Parse("2019-12-01"));
// //_service.UnReasonable("2019-12");
// //_service.Analyze("2019-12");
// //_service.Init(DateTime.Parse("2020-01-01"));
// _service.UnReasonable("2020-01");
// _service.Analyze("2020-01");
//}
}
}
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