Commit 60798d07 by guojuxing

新增、编辑应用页面的时候:判断版本名称是否为空

parent fd679ed3
......@@ -151,8 +151,6 @@ public class MenuDTO implements Serializable {
/**
* 应用版本名称
*/
@NotBlank(message = "应用版本名称不能为空", groups = { EditAppChildPageValid.class, UpdateOperationItemValid.class,
SaveAppChildPageValid.class })
private String menuVersionName;
private List<MenuDTO> children;
......
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