parent
37aef88d1e
commit
e860b81652
@ -0,0 +1,19 @@
|
|||||||
|
package com.example.api.model.dto;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 登录传输数据
|
||||||
|
*/
|
||||||
|
@Data
|
||||||
|
public class LoginDto {
|
||||||
|
|
||||||
|
private String email;
|
||||||
|
|
||||||
|
private String password;
|
||||||
|
|
||||||
|
private String code;
|
||||||
|
|
||||||
|
private boolean remember;
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue