using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; namespace EMIS.ViewModel.CultureplanManage.PlanManagement { public class StudentSpecialtyPlanView : SpecialtyPlanView { /// /// 用户ID /// [DisplayName("用户ID")] public Guid UserID { get; set; } } }