wangting
2024-12-10 22537c899356e43cbae8c52d1ac4d80cb3b52ae0
Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/SmUserQueryServiceI.java
@@ -276,5 +276,5 @@
     * @return
     * @throws VciBaseException
     */
    List<SmUserVO> listUserByUserType() throws PLException;
    List<SmUserVO> listUserByUserType(Integer type) throws PLException;
}