using System; using System.Collections.Generic; using System.Text; namespace New_College.Model.ViewModels { public class MajorcategoryQuery { /// /// 办学层次 本科/专科大类 1本科 2 专科 /// public int SchoolLevel { get; set; } = 1; } }