parent
248f6ef850
commit
1867666978
|
@ -50,7 +50,7 @@ public class UserExcelDataCn extends UserExcelData {
|
|||
|
||||
@Length(max = 100)
|
||||
@ColumnWidth(30)
|
||||
@ExcelProperty("组织管理员工作空间")
|
||||
@ExcelProperty("组织管理员组织名称")
|
||||
private String orgAdminOrganization;
|
||||
|
||||
@NotBlank(message = "{cannot_be_null}")
|
||||
|
|
|
@ -50,7 +50,7 @@ public class UserExcelDataTw extends TestCaseExcelData {
|
|||
|
||||
@Length(max = 100)
|
||||
@ColumnWidth(30)
|
||||
@ExcelProperty("組織管理員工作空間")
|
||||
@ExcelProperty("組織管理員組織名稱")
|
||||
private String orgAdminOrganization;
|
||||
|
||||
@NotBlank(message = "{cannot_be_null}")
|
||||
|
|
Loading…
Reference in New Issue