Commit 10c0814e by weitianhua

批量保存sku信息新增材质 用途

parent e8794eea
...@@ -431,6 +431,7 @@ namespace API.Services.ProductManageServices ...@@ -431,6 +431,7 @@ namespace API.Services.ProductManageServices
ApiResult result = new ApiResult(); ApiResult result = new ApiResult();
List<object> paralist = new List<object>(); List<object> paralist = new List<object>();
List<yt_product_log> logList = new List<yt_product_log>(); List<yt_product_log> logList = new List<yt_product_log>();
try try
{ {
var skuIds = ""; var skuIds = "";
......
...@@ -273,6 +273,15 @@ namespace PetaPoco.Custom.ProductData ...@@ -273,6 +273,15 @@ namespace PetaPoco.Custom.ProductData
///</summary> ///</summary>
public string s_packaging_requirements { get; set; } public string s_packaging_requirements { get; set; }
/// <summary>
/// 材质
/// </summary>
public string s_skumaterialquality { get; set; }
/// <summary>
/// 用途
/// </summary>
public string s_skupurpose { get; set; }
///<summary> ///<summary>
///开发主键 ///开发主键
///</summary> ///</summary>
......
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