Helius
2022-07-04 6b24c62e68ef5e8063d99e8f1b780ee002bbc920
src/main/java/com/xcong/farmer/cms/modules/system/entity/ColumnEntity.java
@@ -44,4 +44,7 @@
    // 目标地址 (外部地址http/https开头 文章ID/栏目ID)
    private String targetUrl;
    // 是否为导航 1-是 2-否
    private String isNav;
}