ludc
2025-01-09 cf7a633427e1d7cf2ad481a8882408ca5d493a8d
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;
}