템플릿 팩 관리
props
최상위
key | type | desc |
---|---|---|
databaseInfo | json | |
entity | json | |
projectConfig | json | |
table | json | |
var | json | |
paid | bool |
entity
key | type | desc |
---|---|---|
alias | string | |
annotationList | array | |
comment | string/null | |
extendsClass | string | |
fieldMap | json | |
fields | field[] | |
implementsInterfaceList | array | |
inheritanceList | array |
field
key | type | desc |
---|---|---|
businessKey | bool | |
column | column | |
comment | string | |
defaultValue | any/null | |
deletedMark | bool | |
ignore | bool |
colmn
key | type | desc |
---|---|---|
autoIncrement | bool | |
dbProdName | string | |
decimalDigits | number | |
defaultValue | any/null | |
enumValues | string[] | |
metaAttributes | json[] | |
name | string | |
nullable | bool | |
ordinalPosition | number | |
remarks | string | |
size | number | |
type | string | |
typeView | string |