@@ -83,4 +83,7 @@ public class SysResource extends BaseEntity {
@Schema(description = "上级路由")
private String parentRoute;
+ @Schema(description = "保留查询参数")
+ private Boolean keepAlive;
+
}