Commit f436f64d by zhangxingmin

push

parent 61fbe6b6
...@@ -48,6 +48,11 @@ public class ApiSysMenuDetailResponse { ...@@ -48,6 +48,11 @@ public class ApiSysMenuDetailResponse {
private String menuBgImage; private String menuBgImage;
/** /**
* 菜单背景颜色
*/
private String menuBgColor;
/**
* 类型(1:目录 2:菜单 3:按钮) * 类型(1:目录 2:菜单 3:按钮)
*/ */
private Integer menuType; private Integer menuType;
......
...@@ -55,6 +55,12 @@ public class SysMenu implements Serializable { ...@@ -55,6 +55,12 @@ public class SysMenu implements Serializable {
private String menuBgImage; private String menuBgImage;
/** /**
* 菜单背景颜色
*/
@TableField("menu_bg_color")
private String menuBgColor;
/**
* 类型(1:目录 2:菜单 3:按钮) * 类型(1:目录 2:菜单 3:按钮)
*/ */
@TableField("menu_type") @TableField("menu_type")
......
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