Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G8Backend
/
7f16eef324864cf7145354ac3a336bcfc9239ae4
/
.
/
src
/
main
/
java
/
com
/
example
/
g8backend
/
service
/
IUserSecurityService.java
blob: 0ac40dcfdece0706a07e5f2c9047a63c8203ea16 [
file
] [
log
] [
blame
]
22301071
8e412ad
2025-04-24 22:24:51 +0800
[
diff
] [
blame
]
1
package
com
.
example
.
g8backend
.
service
;
2
3
public
interface
IUserSecurityService
{
4
boolean
changePassword
(
Long
userId
,
String
oldPassword
,
String
newPassword
);
5
}