35 lines
700 B
JSON
35 lines
700 B
JSON
|
{
|
||
|
"name": "UnitBase",
|
||
|
"fields": [
|
||
|
{
|
||
|
"fieldName": "unitName",
|
||
|
"fieldType": "String",
|
||
|
"fieldValidateRules": ["required"]
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "unitPowerLevel",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "unitPoints",
|
||
|
"fieldType": "Long"
|
||
|
},
|
||
|
{
|
||
|
"fieldName": "battlefieldRole",
|
||
|
"fieldType": "String"
|
||
|
}
|
||
|
],
|
||
|
"relationships": [],
|
||
|
"changelogDate": "20200727033916",
|
||
|
"entityTableName": "unit_base",
|
||
|
"dto": "mapstruct",
|
||
|
"pagination": "no",
|
||
|
"service": "serviceImpl",
|
||
|
"jpaMetamodelFiltering": false,
|
||
|
"fluentMethods": true,
|
||
|
"readOnly": false,
|
||
|
"embedded": false,
|
||
|
"clientRootFolder": "",
|
||
|
"applications": "*"
|
||
|
}
|