Commit 58a2ffb2 authored by fangxinjiang's avatar fangxinjiang

权限批量导入

parent df896bea
...@@ -283,7 +283,7 @@ public class TDispatchImportVo extends RowIndex implements Serializable { ...@@ -283,7 +283,7 @@ public class TDispatchImportVo extends RowIndex implements Serializable {
/** /**
* 学校 * 学校
*/ */
@ExcelAttribute(name = "学校",isNotEmpty = false) @ExcelAttribute(name = "学校",isNotEmpty = false,maxLength = 50)
@Length(max = 50, message = "学校不能超过50个字符") @Length(max = 50, message = "学校不能超过50个字符")
@Schema(description = "学校:派增只做记录" ) @Schema(description = "学校:派增只做记录" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
...@@ -293,7 +293,7 @@ public class TDispatchImportVo extends RowIndex implements Serializable { ...@@ -293,7 +293,7 @@ public class TDispatchImportVo extends RowIndex implements Serializable {
/** /**
* 专业 * 专业
*/ */
@ExcelAttribute(name = "专业",isNotEmpty = false) @ExcelAttribute(name = "专业",isNotEmpty = false,maxLength = 50)
@Length(max = 50, message = "学校不能超过50个字符") @Length(max = 50, message = "学校不能超过50个字符")
@Schema(description = "专业:派增只做记录" ) @Schema(description = "专业:派增只做记录" )
@HeadFontStyle(fontHeightInPoints = 11) @HeadFontStyle(fontHeightInPoints = 11)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment