Commit 163b0873 authored by liudong1993's avatar liudong1993

下单 全局包邮

parent 2d131a62
...@@ -23,6 +23,10 @@ namespace Mall.Model.Entity.Product ...@@ -23,6 +23,10 @@ namespace Mall.Model.Entity.Product
get; get;
set; set;
} }
/// <summary>
/// 规则id
/// </summary>
public int? FreeshippingId { get; set; }
/// <summary> /// <summary>
/// 订单商品id /// 订单商品id
......
...@@ -39,6 +39,7 @@ namespace Mall.Model.Extend.BaseSetUp ...@@ -39,6 +39,7 @@ namespace Mall.Model.Extend.BaseSetUp
/// </summary> /// </summary>
public class FreeShippingGoodsDetail { public class FreeShippingGoodsDetail {
public int FreeShipping { get; set; } public int FreeShipping { get; set; }
public int CategoryId { get; set; }
public string Name { get; set; } public string Name { get; set; }
public int GoodsId { get; set; } public int GoodsId { get; set; }
public string SpecificationKey { get; set; } public string SpecificationKey { get; set; }
......
This diff is collapsed.
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