Skip to content

Commit

Permalink
修正测试错误
Browse files Browse the repository at this point in the history
  • Loading branch information
netty2019 committed Jan 3, 2024
1 parent 2fdb009 commit 4d010e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ public class ExporterHeaderFilterTestData1
[ExporterHeader(DisplayName = "加粗文本", IsBold = true)]
public string Text { get; set; }

[ExporterHeader(DisplayName = "普通文本")] public string Text2 { get; set; }
[ExporterHeader(DisplayName = "普通文本")]
public string Text2 { get; set; }

[ExporterHeader(DisplayName = "忽略", IsIgnore = true)]
public string Text3 { get; set; }
Expand Down

0 comments on commit 4d010e8

Please sign in to comment.