Commit 747f5558 by 泽锋 李

sku接口新增品牌字段

parent 3275fc3d
...@@ -1152,7 +1152,8 @@ product_code as 'GoodsCode', ...@@ -1152,7 +1152,8 @@ product_code as 'GoodsCode',
skums_id as 'id', skums_id as 'id',
sku_image as 'Img', sku_image as 'Img',
sku_title_cn as 'Name', sku_title_cn as 'Name',
bailun_sku as 'ProductCode' bailun_sku as 'ProductCode',
brand as 'Brand'
FROM dc_base_sku FROM dc_base_sku
where bailun_sku in @skus", new { skus = skus.Split(',').ToList() }); where bailun_sku in @skus", new { skus = skus.Split(',').ToList() });
} }
......
...@@ -33,5 +33,6 @@ namespace AutoTurnOver.Models ...@@ -33,5 +33,6 @@ namespace AutoTurnOver.Models
public string Purchaser { get; set; } public string Purchaser { get; set; }
public string Img { get; set; } public string Img { get; set; }
public string Brand { 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