using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using YD_WeChatApplet.Commons.Dto.HomeWork;
namespace YD_WeChatApplet.Commons.Dto.ClientSide
{
///
/// 付费课程列表
///
public class PaidCoursesListDto : ComboBoxDto
{
///
/// 是否购买
///
public bool IsPurchase { get; set; }
}
}