Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/model/PLDefination.java
@@ -160,6 +160,16 @@
    private String queryTemplateName = "";
    /**
     * cs端使用的自定义查询类名或URL
     */
    private String csCustQueryCLsOrUrl = "";
    /**
     * bs端使用的自定义查询类名或URL
     */
    private String bsCustQueryCLsOrUrl = "";
    /**
     * 子UI的业务类型
     */
    private String subUiObjType = "";
@@ -463,6 +473,22 @@
        this.queryTemplateName = queryTemplateName;
    }
    public void setCsCustQueryCLsOrUrl(String csCustQueryCLsOrUrl) {
        this.csCustQueryCLsOrUrl = csCustQueryCLsOrUrl;
    }
    public void setBsCustQueryCLsOrUrl(String bsCustQueryCLsOrUrl) {
        this.bsCustQueryCLsOrUrl = bsCustQueryCLsOrUrl;
    }
    public String getCsCustQueryCLsOrUrl() {
        return csCustQueryCLsOrUrl;
    }
    public String getBsCustQueryCLsOrUrl() {
        return bsCustQueryCLsOrUrl;
    }
    /**
     * @return the subUiBtName
     */