|
@ -20,7 +20,6 @@ public class YearSearchFormDTO implements Serializable { |
|
|
@NotBlank(message = "yearId不能为空",groups = YearSearchForm.class) |
|
|
@NotBlank(message = "yearId不能为空",groups = YearSearchForm.class) |
|
|
private String yearId; |
|
|
private String yearId; |
|
|
|
|
|
|
|
|
@NotBlank(message = "type不能为空",groups = YearSearchForm.class) |
|
|
|
|
|
private String type; |
|
|
private String type; |
|
|
|
|
|
|
|
|
private String staffId; |
|
|
private String staffId; |
|
|