Commit fdfa5dd0 authored by liudong1993's avatar liudong1993

调整下单优惠券+积分抵扣

parent f367d62e
......@@ -204,5 +204,9 @@ namespace Mall.Model.Entity.Product
/// 成本单据ID
/// </summary>
public int CostFinanceId { get; set; }
/// <summary>
/// 积分赠送
/// </summary>
public int? IntegralGoodsPresent { get; set; }
}
}
......@@ -94,5 +94,9 @@ namespace Mall.Model.Entity.User
/// 备注
/// </summary>
public string Remarks { get; set; }
/// <summary>
/// 订单id
/// </summary>
public int? OrderId { 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