ludc
2024-09-09 ac3136bbe65533f3c8090935f0dfb834d0cf91bc
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java
@@ -78,7 +78,7 @@
    /**
     * 根据上下文ID和区域类型,按顺序获取当前区域的tab页
     */
    List<PLTabPage> getTabByContextIdAndType(String contextId, int areaType) throws PLException;
    DataGrid getTabByContextIdAndType(String contextId, int areaType) throws PLException;
    /**
     * 添加区域数据
@@ -111,10 +111,10 @@
    //页面设计相关接口
    /**
     * 查询页面设计定义
     * @param plPageContextOId
     * @param pageContextOId
     * @return
     */
    List<PLPageDefination> getPLPageDefinations(String plPageContextOId);
    DataGrid getPLPageDefinations(String pageContextOId) throws PLException;
    /**
     * 添加页面定义