dangsn
2024-12-03 9cbbafbfed6cf1ac4e1801123f212642fadcc980
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java
@@ -22,9 +22,9 @@
    private String loadType;
    /**
     * 是否反向
     * 是否反向,TODO:树定义上已经没有使用这个字段了
     */
    private boolean orientation = false;
    //private boolean orientation = false;
    /**
     * 显示图标
@@ -77,13 +77,13 @@
        this.loadType = loadType;
    }
    public boolean isOrientation() {
    /*public boolean isOrientation() {
        return orientation;
    }
    public void setOrientation(boolean orientation) {
        this.orientation = orientation;
    }
    }*/
    public boolean isShowImage() {
        return showImage;
@@ -146,7 +146,6 @@
        return "UITreeDefineVO{" +
                "btmType='" + btmType + '\'' +
                ", loadType='" + loadType + '\'' +
                ", orientation=" + orientation +
                ", showImage=" + showImage +
                ", rootContent='" + rootContent + '\'' +
                ", linkType='" + linkType + '\'' +