2019-02-01 08:31:01 +00:00
|
|
|
{
|
|
|
|
"name": "Department",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "department"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "number"
|
|
|
|
},
|
|
|
|
"code": {
|
|
|
|
"type": "string"
|
2019-02-01 08:31:01 +00:00
|
|
|
},
|
|
|
|
"name": {
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "string"
|
2019-10-04 05:41:24 +00:00
|
|
|
},
|
|
|
|
"parentFk": {
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "number"
|
2019-10-16 06:56:13 +00:00
|
|
|
},
|
|
|
|
"lft": {
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "number"
|
2019-10-16 06:56:13 +00:00
|
|
|
},
|
|
|
|
"rgt": {
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "number"
|
2019-10-16 06:56:13 +00:00
|
|
|
},
|
|
|
|
"sons": {
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "number"
|
2020-01-20 10:59:15 +00:00
|
|
|
},
|
|
|
|
"chatName": {
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "string"
|
2020-10-02 10:23:48 +00:00
|
|
|
},
|
|
|
|
"notificationEmail": {
|
2021-02-01 08:29:47 +00:00
|
|
|
"type": "string"
|
2022-03-23 13:12:47 +00:00
|
|
|
},
|
|
|
|
"hasToMistake": {
|
|
|
|
"type": "number"
|
2019-02-01 08:31:01 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|