|
@ -27,7 +27,7 @@ public static class MenuDbContextModelCreatingExtensions |
|
|
b.Property(q => q.Portal).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
b.Property(q => q.Portal).HasMaxLength(SfsPropertyConst.NameLength).HasConversion<string>(); |
|
|
b.Property(q => q.ParentCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.ParentCode).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.Permission).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.Permission).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.Component).HasMaxLength(SfsPropertyConst.CodeLength); |
|
|
b.Property(q => q.Component).HasMaxLength(SfsPropertyConst.DescLength); |
|
|
b.Property(q => q.Sort); |
|
|
b.Property(q => q.Sort); |
|
|
b.Property(q => q.GroupSort); |
|
|
b.Property(q => q.GroupSort); |
|
|
b.Property(q => q.CountUrl); |
|
|
b.Property(q => q.CountUrl); |
|
|