using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace YD_XinWei.Commons.Dto.LargeScreen { /// /// 学生列表 /// public class StudentListDto { public string StudentNo { get; set; } public string Photo { get; set; } public int Sex { get; set; } } }