fix
Helius
2022-06-24 97a0d70aa5fb66c2e2e500f4906ae1f49a7d23db
src/main/java/com/xcong/farmer/cms/modules/system/entity/MenuEntity.java
@@ -32,6 +32,4 @@
    private Integer orderNum;
    //父级ID
    private Long parentId;
    //所属ID
    private Long belongId;
}