Commit f81e9308 by 泽锋 李

fix

parent 8e171ad1
...@@ -661,7 +661,7 @@ namespace AutoTurnOver.Models ...@@ -661,7 +661,7 @@ namespace AutoTurnOver.Models
/// <summary> /// <summary>
/// 商品编码 /// 商品编码
/// </summary> /// </summary>
[Description("商品编码")] //[Description("查询类型")]
public int? searchType { get; set; } public int? searchType { get; set; }
/// <summary> /// <summary>
...@@ -707,7 +707,7 @@ namespace AutoTurnOver.Models ...@@ -707,7 +707,7 @@ namespace AutoTurnOver.Models
[Description("昨日销量(最大)")] [Description("昨日销量(最大)")]
public int? oneday_sales_max { get; set; } public int? oneday_sales_max { get; set; }
[Description("日均类型")] //[Description("日均类型")]
public int? avg_type { get; set; } public int? avg_type { get; set; }
[Description("日均(最小)")] [Description("日均(最小)")]
......
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