Files
smartbooking/.jhipster/ModelloLiberatoria.json
Simone Bierti 35e3c51623
All checks were successful
Build and Publish / build (push) Successful in 3m8s
bugfix di alcuni problemi di interfaccia
2026-04-11 22:00:48 +02:00

42 lines
816 B
JSON

{
"annotations": {
"changelogDate": "20251210161129"
},
"applications": ["*"],
"dto": "mapstruct",
"fields": [
{
"fieldName": "nome",
"fieldType": "String"
},
{
"fieldName": "testo",
"fieldType": "String"
},
{
"fieldName": "documento",
"fieldType": "Blob"
},
{
"fieldName": "validoDal",
"fieldType": "Instant"
},
{
"fieldName": "validoAl",
"fieldType": "Instant"
}
],
"name": "ModelloLiberatoria",
"relationships": [
{
"otherEntityName": "struttura",
"otherEntityRelationshipName": "moduliLiberatorie",
"relationshipName": "struttura",
"relationshipSide": "left",
"relationshipType": "many-to-one"
}
],
"searchEngine": "no",
"service": "serviceImpl"
}