fix(测试用例): 责任人导入未生效#1006007

This commit is contained in:
shiziyuan9527 2021-08-23 15:48:23 +08:00 committed by 刘瑞斌
parent 78cf5a5c91
commit 977af64f17
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ public class TestCaseExcelDataCn extends TestCaseExcelData {
@ExcelProperty("用例状态")
private String status;
@ExcelProperty(value = "责任人")
@ExcelProperty(value = "责任人(ID)")
private String maintainer;
@NotBlank(message = "{cannot_be_null}")

View File

@ -81,7 +81,7 @@ public class TestCaseExcelDataTw extends TestCaseExcelData {
@Pattern(regexp = "(^P0$)|(^P1$)|(^P2$)|(^P3$)", message = "{test_case_priority_validate}")
private String priority;
@ExcelProperty("維護人")
@ExcelProperty("維護人(ID)")
private String maintainer;
@Override

View File

@ -81,7 +81,7 @@ public class TestCaseExcelDataUs extends TestCaseExcelData {
@Pattern(regexp = "(^P0$)|(^P1$)|(^P2$)|(^P3$)", message = "{test_case_priority_validate}")
private String priority;
@ExcelProperty("Maintainer")
@ExcelProperty("Maintainer(ID)")
private String maintainer;
@Override