wangting
2024-12-05 5c2f48d14c7606405082a35dd9224983c86b74d5
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;
}