completed nflow integration into onboarding
This commit is contained in:
@@ -25,7 +25,10 @@ public class User extends BaseEntity implements UserDetails {
|
||||
@Column(unique = true, nullable = false)
|
||||
private String email;
|
||||
private String phone;
|
||||
|
||||
private String erpCustomerRef;
|
||||
private String photoUrl;
|
||||
private Long workflowId;
|
||||
|
||||
@Column(name = "first_name")
|
||||
private String firstName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user