namespace Tiobon.Core.Model.ViewModels.Extend; public class CourseAndScene { public long Id { get; set; } public string CourseNo { get; set; } public string Type { get; set; } public string CourseName { get; set; } }