fix
Helius
2022-06-24 97a0d70aa5fb66c2e2e500f4906ae1f49a7d23db
src/main/java/com/xcong/farmer/cms/modules/system/entity/ColumnEntity.java
@@ -27,4 +27,6 @@
    private String pic;
    //上级类目ID
    private Long parentId;
    //所属ID
    private Long companyId;
}