Commit afe612c7 by lizefeng

完善偏差分析

parent 0624bf84
...@@ -11,8 +11,10 @@ namespace AutoTurnOver.DB ...@@ -11,8 +11,10 @@ namespace AutoTurnOver.DB
{ {
public long id { get; set; } public long id { get; set; }
public string sku { get; set; } public string sku { get; set; }
public string warehouse_code { get; set; }
public string project { get; set; } public string project { get; set; }
public string field { get; set; } public string field { get; set; }
public string field_type { get; set; }
public decimal val { get; set; } public decimal val { get; set; }
public DateTime bdate { get; set; } public DateTime bdate { get; set; }
public DateTime edate { get; set; } public DateTime edate { 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