Files
smartbooking/.jhipster/Messaggio.json

34 lines
640 B
JSON

{
"annotations": {
"changelogDate": "20251210161130"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "spedito",
"fieldType": "Instant"
},
{
"fieldName": "testo",
"fieldType": "String"
},
{
"fieldName": "letto",
"fieldType": "Instant"
}
],
"name": "Messaggio",
"relationships": [
{
"otherEntityField": "username",
"otherEntityName": "utenteApp",
"relationshipName": "utente",
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}