fix
Helius
2022-08-07 792eb0568087c5cdfe80868c11b6698bbc1a5d6c
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;
}