Helius
2022-08-09 b74faa19bd619213d4de8772b1816c2f87c29449
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;
}