基板
This commit is contained in:
12
src/main/java/com/quinn/dto/req/SendCode.java
Normal file
12
src/main/java/com/quinn/dto/req/SendCode.java
Normal file
@@ -0,0 +1,12 @@
|
||||
package com.quinn.dto.req;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serializable;
|
||||
|
||||
@Data
|
||||
public class SendCode implements Serializable {
|
||||
|
||||
String email;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user