using System; using System.Collections.Generic; using System.Linq; using System.Text; using EMIS.ViewModel.EducationManagement; using System.ComponentModel; namespace EMIS.ViewModel.EducationManage { public class StudentExecutablePlanView : ExecutablePlanView { /// /// 用户ID /// [DisplayName("用户ID")] public Guid UserID { get; set; } } }