Commit ffc40343 by 泽锋 李

现金流 仓库sku 新增最新30日数据

parent fb740c43
......@@ -301,6 +301,18 @@ namespace AutoTurnOver.Models
}
public class dc_report_cash_flow_sku_group_dto : dc_report_cash_flow_sku_group
{
public string last_date_begin_30 { get
{
return DateTime.Now.AddDays(-30).ToString("yyyy-MM-dd 00:00:00");
} }
public string last_date_end_30
{
get
{
return DateTime.Now.ToString("yyyy-MM-dd 10:00:00");
}
}
public decimal pay_amount_30 { get; set; }
public decimal income_amount_30 { get; set; }
public string sku_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