[api] 회원 비밀번호 확인 추가2
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
package com.alist.api.modules.user.vo;
|
||||||
|
|
||||||
|
import com.fasterxml.jackson.annotation.JsonIgnore;
|
||||||
|
import lombok.Getter;
|
||||||
|
import lombok.Setter;
|
||||||
|
|
||||||
|
@Getter
|
||||||
|
@Setter
|
||||||
|
public class UserPasswordChangeVo {
|
||||||
|
private boolean passwordChanged;
|
||||||
|
|
||||||
|
@JsonIgnore
|
||||||
|
private Integer resultCode;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user