ironing out erp bugs
This commit is contained in:
@@ -4,6 +4,8 @@ import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import lombok.NoArgsConstructor;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
@@ -15,4 +17,5 @@ public class AuthResponse {
|
||||
private String phone;
|
||||
private String firstName;
|
||||
private String lastName;
|
||||
private UUID uuid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user