generazione applicazione e entita
This commit is contained in:
57
.jhipster/Disponibilita.json
Normal file
57
.jhipster/Disponibilita.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20251210161122"
|
||||
},
|
||||
"applications": ["*"],
|
||||
"dto": "mapstruct",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "giornoSettimana",
|
||||
"fieldType": "GiornoSettimana",
|
||||
"fieldValues": "LUNEDI,MARTEDI,MERCOLEDI,GIOVEDI,VENERDI,SABATO,DOMENICA"
|
||||
},
|
||||
{
|
||||
"fieldName": "dataSpecifica",
|
||||
"fieldType": "LocalDate"
|
||||
},
|
||||
{
|
||||
"fieldName": "oraInizio",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "oraFine",
|
||||
"fieldType": "Instant"
|
||||
},
|
||||
{
|
||||
"fieldName": "orarioInizio",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "orarioFine",
|
||||
"fieldType": "String"
|
||||
},
|
||||
{
|
||||
"fieldName": "tipo",
|
||||
"fieldType": "TipoDisponibilita",
|
||||
"fieldValues": "DISPONIBILE,CHIUSURA"
|
||||
},
|
||||
{
|
||||
"fieldName": "note",
|
||||
"fieldType": "String"
|
||||
}
|
||||
],
|
||||
"name": "Disponibilita",
|
||||
"pagination": "infinite-scroll",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "nome",
|
||||
"otherEntityName": "struttura",
|
||||
"otherEntityRelationshipName": "disponibilita",
|
||||
"relationshipName": "struttura",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceImpl"
|
||||
}
|
||||
Reference in New Issue
Block a user