Commit c4a405a2 authored by fangxinjiang's avatar fangxinjiang

B端调优---角色菜单

parent 666ab1e1
......@@ -116,6 +116,5 @@ public class SysMenu extends BaseEntity {
@Schema(description = "是否系统内置")
private String systemFlag;
@NotBlank(message = "所属终端 不能为空")
private String clientId;
}
......@@ -64,7 +64,6 @@ public class SysRole extends BaseEntity {
@Schema(description = "是否是系统内置")
private String systemFlag;
@NotBlank(message = "所属终端 不能为空")
private String clientId;
}
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