generazione applicazione e entita
This commit is contained in:
52
.jhipster/Notifica.json
Normal file
52
.jhipster/Notifica.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user