前端服务共享

This commit is contained in:
2025-12-11 14:21:36 +08:00
parent fa3dbe0496
commit 5ee9770747
46 changed files with 3732 additions and 1782 deletions

View File

@@ -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;