fix
Helius
2022-08-04 7c4bc2d59f878682e07865324b5bd35d4cae1d0f
src/main/java/com/xcong/farmer/cms/modules/system/entity/NavigationBarEntity.java
@@ -27,5 +27,7 @@
    private String pic;
    //上级类目ID
    private Long parentId;
    //所属ID
    private Long companyId;
}