fix bug 41854 导入--导入的文件中,备注输入201个字符,导入失败提示语有误
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ public class SysDepartExcel {
|
|||||||
private String address;
|
private String address;
|
||||||
/**备注*/
|
/**备注*/
|
||||||
@Excel(name="备注",width=15,orderNum = "7")
|
@Excel(name="备注",width=15,orderNum = "7")
|
||||||
@Size(max = 50,message = "备注最长为50字符")
|
@Size(max = 200,message = "备注最长为200字符")
|
||||||
private String memo;
|
private String memo;
|
||||||
|
|
||||||
/**机构类型*/
|
/**机构类型*/
|
||||||
|
|||||||
Reference in New Issue
Block a user