Commit c1bddd90 authored by liudong1993's avatar liudong1993

1课程顾问字段

parent 88349d78
...@@ -370,5 +370,10 @@ namespace Edu.Model.Entity.Sell ...@@ -370,5 +370,10 @@ namespace Edu.Model.Entity.Sell
/// 兑换奖品金额 /// 兑换奖品金额
/// </summary> /// </summary>
public decimal ExchangeMoney { get; set; } public decimal ExchangeMoney { get; set; }
/// <summary>
/// 课程顾问ID
/// </summary>
public int CourseConsultantId { get; set; }
} }
} }
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