创建 PasswordData.java
parent
29ec339e8f
commit
98dfe79bcd
|
|
@ -0,0 +1,10 @@
|
||||||
|
package com.gao.finalhw.model;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class PasswordData {
|
||||||
|
private String userId;
|
||||||
|
private String newPassword;
|
||||||
|
private String oldPassword;
|
||||||
|
}
|
||||||
Reference in New Issue