Commit ee7e56ba authored by 吴春's avatar 吴春

订单guest新增退课备注字段

parent 15cae47c
...@@ -120,5 +120,10 @@ namespace Edu.Model.Entity.Course ...@@ -120,5 +120,10 @@ namespace Edu.Model.Entity.Course
/// 更新时间 /// 更新时间
/// </summary> /// </summary>
public DateTime UpdateTime { get; set; } public DateTime UpdateTime { get; set; }
/// <summary>
/// 退课备注
/// </summary>
public string DropOutRemark { 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