@ -35,5 +35,9 @@ namespace GDZZ.Application.Entity
/// 标题
/// </summary>
public string Title { get; set; }
/// <summary>
/// 是否免费
public int IsFree { get; set; }
}
@ -179,6 +179,11 @@
标题
</summary>
</member>
<member name="P:GDZZ.Application.Entity.Course.IsFree">
<summary>
是否免费
<member name="T:GDZZ.Application.Entity.FeedBack">
意见反馈
@ -1418,6 +1423,11 @@
<member name="P:GDZZ.Application.CourseInput.IsFree">
<member name="P:GDZZ.Application.DeleteCourseInput.Id">
主键Id
@ -38,6 +38,11 @@ namespace GDZZ.Application
public virtual string Title { get; set; }
public virtual int IsFree { get; set; }