Refactor SheetParam.

pull/146/head
ruibaby 2019-04-24 22:29:21 +08:00
parent 204bc8b4a4
commit cafe1508de
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ public class SheetParam implements InputConverter<Sheet> {
@Size(max = 255, message = "Length of password must not be more than {max}")
private String password;
@NotBlank(message = "Template must not be blank")
@Size(max = 255, message = "Length of template must not be more than {max}")
private String template;