Commit b66bfff5 by lizefeng

fix

parent a2e04f38
......@@ -13,7 +13,8 @@ namespace AutoTurnOver.DB
public string sku { get; set; }
public string platform { get; set; }
public string site { get; set; }
public string account { get; set; }
public int? account { get; set; }
public string project { get; set; }
public string warehouse_code { get; set; }
}
}
......@@ -22,6 +22,22 @@ namespace AutoTurnOver.Models.auto
public string update_user { get; set; }
}
public class dc_ana_deviation_sales_day_config
{
public int id { get; set; }
public string project { get; set; }
public string bailun_sku { get; set; }
public string warehouse_code { get; set; }
public string bailun_sku_warehouse_code { get; set; }
public DateTime date { get; set; }
public string date_str { get; set; }
public decimal sales { get; set; }
public DateTime create_date { get; set; }
public string create_user { get; set; }
public DateTime update_date { get; set; }
public string update_user { get; set; }
}
public class sales_day_config_input_dto
{
public string bailun_sku { get; set; }
......
using System;
using System.Collections.Generic;
using System.Text;
namespace AutoTurnOver.Models
{
public class dc_ana_deviation_sku_group_dto
{
public string sku { get; set; }
public string project { get; set; }
public string warehouse_codes { get; set; }
}
}
......@@ -50,7 +50,7 @@ namespace ResetOutofstock
//report_invest_return_dao.ShareAdFee();
//report_invest_return_dao.SynchBtmOrderRefund();
//report_invest_return_dao.CalculationStockScore("962073701");
dc_ana_deviation_dao.PushAnaTask();
//dc_ana_deviation_dao.PushAnaTask();
}
catch (Exception ex)
{
......
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