Commit 6bfd9b1f by zhangxingmin

Merge remote-tracking branch 'origin/dev' into prod

parents fb2286ad 30eb28e4
......@@ -30,6 +30,6 @@ public class ApiProjectRoleMenuListAddRequest {
/**
* 菜单唯一标识(业务ID) 列表(选中列表)
*/
@NotEmpty(message = "菜单唯一标识(业务ID) 列表(选中列表)不能为空")
// @NotEmpty(message = "菜单唯一标识(业务ID) 列表(选中列表)不能为空")
private List<String> menuBizIdList;
}
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