| | |
| | | @Id(keyType = KeyType.Auto, value = "secondMenuId", comment = "二级菜单编号") |
| | | private BigInteger id; |
| | | |
| | | |
| | | /** |
| | | * 一级菜单编号 |
| | | */ |
| | | @Column(comment = "一级菜单编号") |
| | | @Column("first_menu_id") |
| | | private BigInteger firstMenuId; |
| | | |
| | | public BigInteger getFirstMenuId() { |
| | | return firstMenuId; |
| | | } |
| | | |
| | | public void setFirstMenuId(BigInteger firstMenuId) { |
| | | this.firstMenuId = firstMenuId; |
| | | } |
| | | |
| | | /** |
| | | * 二级菜单名称 |
| | |
| | | |
| | | public void setId(BigInteger id) { |
| | | this.id = id; |
| | | } |
| | | |
| | | public BigInteger getFirstMenuId() { |
| | | return firstMenuId; |
| | | } |
| | | |
| | | public void setFirstMenuId(BigInteger firstMenuId) { |
| | | this.firstMenuId = firstMenuId; |
| | | } |
| | | |
| | | public String getSecondMenuName() { |