using System; using System.Collections.Generic; namespace MySystem.JavaModels { public partial class KxsSchoolStudy { public int Id { get; set; } public string MenuId { get; set; } public string ListPic { get; set; } public string Url { get; set; } public string Lecturer { get; set; } public int StudyPerson { get; set; } public string Detail { get; set; } public string Title { get; set; } public int Version { get; set; } public int DelFlag { get; set; } public DateTime? UpdateTime { get; set; } public DateTime? CreateTime { get; set; } } }