|
|
@ -59,6 +59,16 @@ public class BrMenu extends BaseBean {
|
|
|
|
@ApiParam(value ="父级功能名称" , access ="父级功能名称")
|
|
|
|
@ApiParam(value ="父级功能名称" , access ="父级功能名称")
|
|
|
|
private String parentNameRdd;
|
|
|
|
private String parentNameRdd;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 根节点-1
|
|
|
|
|
|
|
|
@Column(name="REPORT_ID")
|
|
|
|
|
|
|
|
@ApiParam(value ="报表ID" , example = "-1")
|
|
|
|
|
|
|
|
@JsonSerialize(using = ToStringSerializer.class)
|
|
|
|
|
|
|
|
private Long reportId;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="REPORT_NAME_RDD")
|
|
|
|
|
|
|
|
@ApiParam(value ="报表名称" , access ="父级功能名称")
|
|
|
|
|
|
|
|
private String reportNameRdd;
|
|
|
|
|
|
|
|
|
|
|
|
@Column(name="MENU_CLASS_PATH")
|
|
|
|
@Column(name="MENU_CLASS_PATH")
|
|
|
|
@ApiParam(value ="功能 class path" , access ="资源class path")
|
|
|
|
@ApiParam(value ="功能 class path" , access ="资源class path")
|
|
|
|
private String menuClassPath;
|
|
|
|
private String menuClassPath;
|
|
|
|