poc completed

This commit is contained in:
2025-07-11 12:25:46 +02:00
parent 6ad1f55d4b
commit 1ba7a8cda4
28 changed files with 807 additions and 88 deletions

View File

@@ -17,4 +17,6 @@ public class Provider extends BaseEntity {
private String externalId;
private String image;
private String category;
private String accountFieldName;
private String integrationProcessorLabel;
}