using Edu.Model.Entity.Course; namespace Edu.Model.ViewModel.Course { /// /// 课程阶梯价格扩展实体类 /// public class RB_Course_StepPrice_ViewModel: RB_Course_StepPrice { /// /// 课程编号 /// public string QCourseIds { get; set; } } }