jinpengyong
2022-12-22 ab5be023c958c42791e9be14f8eac2a3a1f49c26
screen-api/src/main/java/com/moral/api/entity/SysArea.java
@@ -34,10 +34,4 @@
     */
    private Integer parentCode;
    @Override
    protected Serializable pkVal() {
        return this.areaCode;
    }
}