Source/plt-web/plt-web-parent/plt-web-permission/src/main/java/com/vci/web/service/SmUserQueryServiceI.java
@@ -277,4 +277,10 @@
     * @throws VciBaseException
     */
    List<SmUserVO> listUserByUserType(Integer type) throws PLException;
    /**
     * 导出用户列表三员账号除外
     * @return
     */
    String expUser() throws PLException;
}