fix
Helius
2022-07-04 aa01829055f7711f6b46c40632997641e1a9e38d
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;
}