fix
Helius
2022-08-25 b109a950c9d385ef5a2df5d26b3a6e8c7ede5229
src/main/java/com/xcong/farmer/cms/modules/system/entity/NavigationBarEntity.java
@@ -28,6 +28,6 @@
    //上级类目ID
    private Long parentId;
    //所属ID
    private Long belongId;
    private Long companyId;
}