progress on integration to sbz

This commit is contained in:
2025-06-23 10:45:05 +02:00
parent 9ae78635c7
commit fdd3a224ed
14 changed files with 247 additions and 19 deletions

View File

@@ -15,4 +15,6 @@ public class Provider extends BaseEntity {
private String label;
private String description;
private String externalId;
private String image;
private String category;
}