Commit 0397a184 by zhiwj

修改校验

parent 23238e50
......@@ -37,7 +37,7 @@ public class LinkQO extends PageQO {
private Integer parentId;
@NotNull(message = "id不能为空", groups = LinkUpdateValid.class)
private Integer linkId;
@NotNull(message = "适用对象不能为空", groups = LinkSaveValid.class)
// @NotNull(message = "适用对象不能为空", groups = LinkSaveValid.class)
private Integer objectType;
@NotBlank(message = "名称不能为空", groups = LinkSaveValid.class)
private String name;
......
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