【新增】用户修改密码
This commit is contained in:
18
src/main/java/com/corewing/app/dto/biz/ResetPassword.java
Normal file
18
src/main/java/com/corewing/app/dto/biz/ResetPassword.java
Normal file
@@ -0,0 +1,18 @@
|
||||
package com.corewing.app.dto.biz;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
public class ResetPassword {
|
||||
|
||||
/**
|
||||
* 用户id
|
||||
*/
|
||||
private Integer userId;
|
||||
|
||||
/**
|
||||
* 新密码
|
||||
*/
|
||||
private String password;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user