Commit 10c0814e by weitianhua

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

parent e8794eea
......@@ -431,6 +431,7 @@ namespace API.Services.ProductManageServices
ApiResult result = new ApiResult();
List<object> paralist = new List<object>();
List<yt_product_log> logList = new List<yt_product_log>();
try
{
var skuIds = "";
......
......@@ -273,6 +273,15 @@ namespace PetaPoco.Custom.ProductData
///</summary>
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>
......
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