疯狂的狮子li
2021-07-12 d30ba9d52e81d7489c8c90aa7c43741220785487
ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/MetaVo.java
@@ -44,4 +44,17 @@
        this.noCache = noCache;
    }
   public MetaVo(String title, String icon, String link) {
      this.title = title;
      this.icon = icon;
      this.link = link;
   }
   public MetaVo(String title, String icon, boolean noCache, String link) {
      this.title = title;
      this.icon = icon;
      this.noCache = noCache;
      this.link = link;
   }
}