ludc
2024-12-13 457425bbe73ea270fe7ebd8b76b443efa8eab949
Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java
@@ -94,21 +94,21 @@
    DataGrid getTabByContextIdAndType(String contextId, int areaType) throws PLException;
    /**
     * 添加区域数据
     * 添加区域(页签)数据
     * @param plTabPage
     * @return
     */
    boolean addTabData(PLTabPage plTabPage) throws PLException;
    /**
     * 修改区域数据
     * 修改区域(页签)数据
     * @param plTabPage
     * @return
     */
    boolean updateTabData(PLTabPage plTabPage) throws PLException;
    /**
     * 删除区域数据
     * 删除区域(页签)数据
     * @param oids
     * @return
     */