ludc
2025-01-10 19ec0269a9ce3a57ccfcd1d36585bb1c31977b60
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:树定义上已经没有使用这个字段了
     * 是否反向,TODO:树定义上已经没有使用这个字段了(但是为了兼容以前的UI配置所以需要保留)
     */
    //private boolean orientation = false;
    private String orientation;
    /**
     * 显示图标
@@ -77,13 +77,13 @@
        this.loadType = loadType;
    }
    /*public boolean isOrientation() {
    public String getOrientation() {
        return orientation;
    }
    public void setOrientation(boolean orientation) {
    public void setOrientation(String orientation) {
        this.orientation = orientation;
    }*/
    }
    public boolean isShowImage() {
        return showImage;