using System; namespace Model { public class Reverse { public string RoleNum { get; set; } public string RoleName { get; set; } public int Ord { get; set; } public int IsDel { get; set; } public string Demo { get; set; } public string CreatUser { get; set; } public DateTime CreatTime { get; set; } public string UpdateUser { get; set; } public DateTime UpdateTime { get; set; } } public class AjaxReverseList: Reverse { public int pageIndex { get; set; } public int pageSize { get; set; } } public class AjaxReverseInfo : Reverse { public string Operation { get;set; } } }