|
|
@@ -93,7 +93,7 @@ public class GenTable extends BaseEntity
|
|
93
|
93
|
private String treeName;
|
|
94
|
94
|
|
|
95
|
95
|
/** 上级菜单ID字段 */
|
|
96
|
|
- private String parentMenuId;
|
|
|
96
|
+ private Long parentMenuId;
|
|
97
|
97
|
|
|
98
|
98
|
/** 上级菜单名称字段 */
|
|
99
|
99
|
private String parentMenuName;
|
|
|
@@ -317,12 +317,12 @@ public class GenTable extends BaseEntity
|
|
317
|
317
|
this.treeName = treeName;
|
|
318
|
318
|
}
|
|
319
|
319
|
|
|
320
|
|
- public String getParentMenuId()
|
|
|
320
|
+ public Long getParentMenuId()
|
|
321
|
321
|
{
|
|
322
|
322
|
return parentMenuId;
|
|
323
|
323
|
}
|
|
324
|
324
|
|
|
325
|
|
- public void setParentMenuId(String parentMenuId)
|
|
|
325
|
+ public void setParentMenuId(Long parentMenuId)
|
|
326
|
326
|
{
|
|
327
|
327
|
this.parentMenuId = parentMenuId;
|
|
328
|
328
|
}
|