generazione applicazione e entita

This commit is contained in:
2025-12-10 17:19:16 +01:00
parent e4b8486f4b
commit 9ad99bd05f
363 changed files with 36699 additions and 44 deletions

52
.jhipster/Notifica.json Normal file
View File

@@ -0,0 +1,52 @@
{
"annotations": {
"changelogDate": "20251210161123"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "tipoCanale",
"fieldType": "TipoCanaleNotifica",
"fieldValues": "EMAIL,WHATSAPP,SISTEMA"
},
{
"fieldName": "tipoEvento",
"fieldType": "TipoEventoNotifica",
"fieldValues": "RICHIESTA_CREATA,PRENOTAZIONE_CONFERMATA,PRENOTAZIONE_RIFIUTATA,REMINDER,ANNULLAMENTO"
},
{
"fieldName": "messaggio",
"fieldType": "String"
},
{
"fieldName": "inviata",
"fieldType": "Boolean"
},
{
"fieldName": "inviataAt",
"fieldType": "Instant"
},
{
"fieldName": "errore",
"fieldType": "String"
},
{
"fieldName": "createdAt",
"fieldType": "Instant"
}
],
"jpaMetamodelFiltering": true,
"name": "Notifica",
"pagination": "pagination",
"relationships": [
{
"otherEntityName": "conferma",
"relationshipName": "conferma",
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}