generated from msb_55675/Demo
parent
585cb383bd
commit
f195c94d90
@ -1,16 +1,10 @@
|
|||||||
package com.mashibing.apipassenger.request;
|
package com.mashibing.apipassenger.request;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
public class VerificationCodeDTO {
|
public class VerificationCodeDTO {
|
||||||
private String passengerPhone;
|
private String passengerPhone;
|
||||||
|
private String verificationCode;
|
||||||
public String getPassengerPhone() {
|
|
||||||
return passengerPhone;
|
|
||||||
}
|
|
||||||
|
|
||||||
public void setPassengerPhone(String passengerPhone) {
|
|
||||||
this.passengerPhone = passengerPhone;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,8 @@
|
|||||||
|
package com.mashibing.common.response;
|
||||||
|
|
||||||
|
import lombok.Data;
|
||||||
|
|
||||||
|
@Data
|
||||||
|
public class TokenResponse {
|
||||||
|
private String token;
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue