We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe80d4 commit cfd0c87Copy full SHA for cfd0c87
Admin.Core.Model/Admin/DictionaryEntity.cs
@@ -36,7 +36,7 @@ public class DictionaryEntity: EntityBase
36
/// <summary>
37
/// 描述
38
/// </summary>
39
- [MaxLength(4000)]
+ [Column(StringLength = 500)]
40
public string Description { get; set; }
41
42
Admin.Core.Model/Admin/UserEntity.cs
@@ -50,7 +50,7 @@ public class UserEntity: EntityBase
50
51
/// 备注
52
53
54
public string Remark { get; set; }
55
56
[Navigate(ManyToMany = typeof(UserRoleEntity))]
0 commit comments