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

View File

@@ -0,0 +1,41 @@
{
"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"
}