Skip to content

Commit f86fcc5

Browse files
committed
refactor: 消除警告信息
1 parent acb9b24 commit f86fcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/Components/TableTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1823,7 +1823,7 @@ public void Column_IsFixedDetailColumn()
18231823

18241824
class MockTableColumn : AutoGenerateColumnAttribute
18251825
{
1826-
public new string GetFieldName() => "Test";
1826+
public static new string GetFieldName() => "Test";
18271827
}
18281828

18291829
[Fact]

0 commit comments

Comments
 (0)