Commit 537cdade authored by 吴春's avatar 吴春
parents d38de261 5fafa576
......@@ -17,5 +17,15 @@ namespace Mall.Model.Extend.Product
/// 商品编号
/// </summary>
public string GoodIds { get; set; }
/// <summary>
/// 等级价格列表
/// </summary>
public List<RB_Groupbuy_Memberprice_Extend> GradeMemberPriceList { get; set; }
/// <summary>
/// 规格值列表
/// </summary>
public object AttrList { get; set; }
}
}
\ No newline at end of file
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