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

@@ -0,0 +1,10 @@
package zw.qantra.tm.domain.dtos;
import lombok.Data;
@Data
public class OtpRequest {
private String username;
private String phone;
private Long workflowId;
}