Преглед изворни кода

!804 update Admin.NET/Admin.NET.Core/Entity/EntityBase.cs.
Merge pull request !804 from Bursel/N/A

zuohuaijun пре 2 година
родитељ
комит
e486fda492
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Admin.NET/Admin.NET.Core/Entity/EntityBase.cs

+ 1 - 1
Admin.NET/Admin.NET.Core/Entity/EntityBase.cs

@@ -17,7 +17,7 @@ public abstract class EntityBaseId
     /// <summary>
     /// 雪花Id
     /// </summary>
-    [SugarColumn(ColumnDescription = "Id", IsPrimaryKey = true, IsIdentity = false)]
+    [SugarColumn(ColumnName = "Id", ColumnDescription = "主键Id", IsPrimaryKey = true, IsIdentity = false)]
     public virtual long Id { get; set; }
 }