Commit c10c1368 authored by 黄奎's avatar 黄奎

页面修改

parent 42d492be
...@@ -93,7 +93,7 @@ namespace Edu.Model.Entity.Course ...@@ -93,7 +93,7 @@ namespace Edu.Model.Entity.Course
public decimal OriginalPrice { get; set; } public decimal OriginalPrice { get; set; }
/// <summary> /// <summary>
/// 售价 /// 售价(直客价)
/// </summary> /// </summary>
public decimal SellPrice { get; set; } public decimal SellPrice { get; set; }
...@@ -161,5 +161,30 @@ namespace Edu.Model.Entity.Course ...@@ -161,5 +161,30 @@ namespace Edu.Model.Entity.Course
/// 课程重点, 多个英文逗号分隔 枚举 /// 课程重点, 多个英文逗号分隔 枚举
/// </summary> /// </summary>
public string CourseEmphasis { get; set; } public string CourseEmphasis { get; set; }
/// <summary>
/// 同业价
/// </summary>
public decimal B2BPrice { get; set; }
/// <summary>
/// 一般同行返佣比例
/// </summary>
public decimal B2BRebateRatio { get; set; }
/// <summary>
/// 校园同行返佣比例
/// </summary>
public decimal SchoolRebateRatio { get; set; }
/// <summary>
/// 一般同行续费返佣比例
/// </summary>
public decimal B2BReNewRatio { get; set; }
/// <summary>
/// 校园同行返佣比例
/// </summary>
public decimal SchoolReNewRatio { 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