Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/compatibility/SmUserQueryServiceI.java
@@ -271,4 +271,10 @@ */ List<String> queryUserNameByRoleType(String roleType) throws PLException; /** * 使用当前用户的类型查询用户 * @return * @throws VciBaseException */ List<SmUserVO> listUserByUserType() throws PLException; }