摘要: [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] public class SortableAttribute : Attribute { public string EntityName { get; set; } public bool Default { get; set; } } p... 阅读全文
posted @ 2019-04-19 21:30 老王子 阅读(211) 评论(0) 推荐(0)