Skip to content

Commit 2fdb009

Browse files
committed
修正测试错误
1 parent a0cc010 commit 2fdb009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Magicodes.ExporterAndImporter.Tests/Models/Import/ImportWithOnlyErrorRowsDto.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class ImportWithOnlyErrorRowsDto
3939
/// </summary>
4040
[ImporterHeader(Name = "身份证号", IsAllowRepeat = false)]
4141
[Required(ErrorMessage = "身份证号不能为空")]
42-
[MaxLength(18, ErrorMessage = "身份证字数超出最大限制,请修改!")]
42+
[MaxLength(18, ErrorMessage = "身份证号字数超出最大限制,请修改!")]
4343
public string IdCard { get; set; }
4444

4545
/// <summary>

0 commit comments

Comments
 (0)