Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmRoleQueryServiceI.java
@@ -1,5 +1,6 @@
package com.vci.frameworkcore.compatibility;
import com.vci.corba.common.PLException;
import com.vci.frameworkcore.pagemodel.SmRoleVO;
import com.vci.starter.web.exception.VciBaseException;
import com.vci.starter.web.pagemodel.DataGrid;
@@ -150,4 +151,13 @@
     * @throws VciBaseException 参数为空的时候会抛出异常
     */
    List<Tree> refTreeRoles(TreeQueryObject treeQueryObject) throws VciBaseException;
    /**
     * 该方法只支持一次只允许单个用户分配多个角色,一对多
     * @param userOid
     * @param roleIds
     * @return
     */
    boolean saveRights(String userOid, String[] roleIds) throws PLException;
}