//------------------------------------------------------------------------------ // // This code was generated from a template. // // Manual changes to this file may cause unexpected behavior in your application. // Manual changes to this file will be overwritten if the code is regenerated. // //------------------------------------------------------------------------------ namespace EMISOnline.Entities { #pragma warning disable 1573 using System; using System.Collections.Generic; /// /// V_StudentEducationMissionClass /// public partial class V_StudentEducationMissionClass { /// /// EducationMissionClassID /// public System.Guid EducationMissionClassID { get; set; } /// /// EducationMissionClassName /// public string EducationMissionClassName { get; set; } /// /// CoursematerialID /// public System.Guid CoursematerialID { get; set; } /// /// CourseName /// public string CourseName { get; set; } /// /// CoverUrl /// public string CoverUrl { get; set; } /// /// UserID /// public System.Guid UserID { get; set; } /// /// SchoolyearID /// public Nullable SchoolyearID { get; set; } /// /// TeacherID /// public Nullable TeacherID { get; set; } } }