completed nflow integration into onboarding

This commit is contained in:
2025-09-22 22:24:01 +02:00
parent 1db27e22b2
commit 7b9e89eeff
18 changed files with 332 additions and 57 deletions

View File

@@ -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;