ludc
2024-12-02 5db4c4f167c5353c257c5b890b6ba6ccecbdfc07
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;
}