ludc
2025-01-10 19ec0269a9ce3a57ccfcd1d36585bb1c31977b60
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 csDataModel = "";
    /**
     * bs端使用的自定义查询类名或URL
     */
    private String bsDataModel = "";
    /**
     * 子UI的业务类型
     */
    private String subUiObjType = "";
@@ -463,6 +473,22 @@
        this.queryTemplateName = queryTemplateName;
    }
    public void setCsDataModel(String csDataModel) {
        this.csDataModel = csDataModel;
    }
    public void setBsDataModel(String bsDataModel) {
        this.bsDataModel = bsDataModel;
    }
    public String getCsDataModel() {
        return csDataModel;
    }
    public String getBsDataModel() {
        return bsDataModel;
    }
    /**
     * @return the subUiBtName
     */