101captain
2021-09-24 9a86c6a4b9f3ddbfabdc380df606ea8c327efa85
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -698,4 +698,9 @@
     * 重置密码
     */
    R resetPassword(Long userId);
    /**
     * 批量重置密码
     */
    R resetPasswordPatch(Long[] userId);
}