Browse Source

button add column

胡轶钦 5 years ago
parent
commit
e7cefcccb8
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/main/java/com/huiju/estateagents/entity/SysButtonInMenu.java

+ 2
- 0
src/main/java/com/huiju/estateagents/entity/SysButtonInMenu.java View File

@@ -48,6 +48,8 @@ public class SysButtonInMenu implements Serializable {
48 48
 
49 49
     private String code;
50 50
 
51
+    private String remark;
52
+
51 53
     @TableField(exist = false)
52 54
     private List<Integer> roles;
53 55
 }