diff --git a/CoreCms.Net.Model/Entities/Shop/CoreCmsPages.cs b/CoreCms.Net.Model/Entities/Shop/CoreCmsPages.cs index 8af757c..19db18e 100644 --- a/CoreCms.Net.Model/Entities/Shop/CoreCmsPages.cs +++ b/CoreCms.Net.Model/Entities/Shop/CoreCmsPages.cs @@ -28,7 +28,7 @@ namespace CoreCms.Net.Model.Entities /// /// /// - [Display(Name = "")] + [Display(Name = "序列")] [SugarColumn(ColumnDescription = "", IsPrimaryKey = true, IsIdentity = true)] [Required(ErrorMessage = "请输入{0}")] public System.Int32 id { get; set; }