Files
smartbooking/.jhipster/Notifica.json

53 lines
1.1 KiB
JSON

{
"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"
}