Skip to content

Commit c1a4ac7

Browse files
committed
测试DynamicCompileBuilder - SuperClassVirtualOverride
1 parent a55531b commit c1a4ac7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FreeSql.Tests/FreeSql.Tests/DynamicEntity/DynamicEntityTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void SuperClassVirtualOverrideTest()
106106
new ColumnAttribute() { IsPrimary = true, IsIdentity = true, Position = 1 })
107107
.Property("Name", typeof(string),
108108
new ColumnAttribute() { StringLength = 20, Position = 2 })
109-
.Property("Operators", typeof(string), true) //重写 virtual 属性
109+
.Property("Operators", typeof(string), true,new ColumnAttribute() { StringLength = 20} ) //重写 virtual 属性
110110
.Build();
111111
var dict = new Dictionary<string, object>
112112
{

0 commit comments

Comments
 (0)