From c53b156034332d4f5f663e10432117c1f53e2665 Mon Sep 17 00:00:00 2001 From: JianWeie Date: Tue, 10 Aug 2021 00:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0pages?= =?UTF-8?q?=E4=B8=BB=E9=94=AE=E6=97=A0=E8=AF=B4=E6=98=8E=E5=AF=BC=E8=87=B4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CoreCms.Net.Model/Entities/Shop/CoreCmsPages.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }