using System.ComponentModel.DataAnnotations; namespace Infrastructure.Application { public class PagedListModel : PagedList { [Display(Name = "已删除")] public bool IsDeleted { get; set; } } }