feat(aff): add internal contact field to aff request
All checks were successful
Deploy Production Server / if_merged (pull_request) Successful in 6m36s

This commit is contained in:
2025-02-14 16:03:45 +01:00
parent 5d80f20999
commit 42711cde5d
7 changed files with 29 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ public class AffiliationRequestModel {
long siret;
String RNA;
String address;
String contact;
String m1_lname;
String m1_fname;