Skip to content

Commit

Permalink
refactor: 消除警告信息
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Dec 19, 2024
1 parent acb9b24 commit f86fcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/UnitTest/Components/TableTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ public void Column_IsFixedDetailColumn()

class MockTableColumn : AutoGenerateColumnAttribute
{
public new string GetFieldName() => "Test";
public static new string GetFieldName() => "Test";
}

[Fact]
Expand Down

0 comments on commit f86fcc5

Please sign in to comment.