菜单新增路由名称
This commit is contained in:
@@ -56,6 +56,9 @@ public class FunctionParam {
|
||||
@ApiModelProperty("描述")
|
||||
private String remark;
|
||||
|
||||
@ApiModelProperty("路由名称")
|
||||
private String routeName;
|
||||
|
||||
/**
|
||||
* 资源更新操作实体
|
||||
* 需要填写的参数:资源的id
|
||||
|
||||
@@ -59,7 +59,7 @@ public class Function extends BaseEntity {
|
||||
private Integer sort;
|
||||
|
||||
/**
|
||||
* 资源类型:0-菜单、1-按钮、2-公共资源、3-服务间调用资源
|
||||
* 资源类型:0-菜单、1-按钮、2-公共资源、3-服务间调用资源 4-tab页
|
||||
*/
|
||||
private Integer type;
|
||||
|
||||
@@ -73,4 +73,9 @@ public class Function extends BaseEntity {
|
||||
*/
|
||||
private Integer state;
|
||||
|
||||
/**
|
||||
* 路由名称
|
||||
*/
|
||||
private String routeName;
|
||||
|
||||
}
|
||||
|
||||
@@ -28,7 +28,7 @@ public class FunctionVO implements Serializable {
|
||||
@ApiModelProperty("资源标识")
|
||||
private String code;
|
||||
|
||||
@ApiModelProperty("routeName")
|
||||
@ApiModelProperty("路由名称")
|
||||
private String routeName;
|
||||
|
||||
@ApiModelProperty("路径")
|
||||
|
||||
Reference in New Issue
Block a user