前端服务共享
This commit is contained in:
@@ -36,9 +36,18 @@ public class TbSysViewDTO extends BaseDTO {
|
||||
@Schema(description = "图标")
|
||||
private String icon;
|
||||
|
||||
@Schema(description = "类型")
|
||||
@Schema(description = "类型:0=目录 1=菜单页面 2=按钮")
|
||||
private Integer type;
|
||||
|
||||
@Schema(description = "页面类型:route=路由页面 iframe=嵌入页面")
|
||||
private String viewType;
|
||||
|
||||
@Schema(description = "iframe URL(仅当viewType=iframe时有效)")
|
||||
private String iframeUrl;
|
||||
|
||||
@Schema(description = "所属服务:platform=平台应用 bidding=招标应用 workcase=客服应用")
|
||||
private String service;
|
||||
|
||||
@Schema(description = "布局")
|
||||
private String layout;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user