using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YD_WeChatApplet.Commons.Dto.School { public class StudentListByClassIdDto : PageDto { public int ClassId { get; set; } } }