using System; using System.Collections.Generic; using System.Text; namespace New_College.Model.ViewModels { public class CategoryInfoQuery { /// /// 测评类型 /// public int Type { get; set; } } /// /// /// public class CategoryStatusQuery { /// /// 纬度Id /// public int CategoryId { get; set; } /// /// 用户Id /// public long CustomerId { get; set; } } }