2017-06-13 06:44:40 +00:00
|
|
|
{
|
2018-05-08 07:32:30 +00:00
|
|
|
"name": "State",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
2019-02-01 16:11:14 +00:00
|
|
|
"mysql": {
|
|
|
|
"table": "state"
|
|
|
|
}
|
2017-06-13 06:44:40 +00:00
|
|
|
},
|
2018-05-08 07:32:30 +00:00
|
|
|
"properties": {
|
|
|
|
"id": {
|
|
|
|
"id": true,
|
2021-06-29 16:01:33 +00:00
|
|
|
"type": "number",
|
2018-05-08 07:32:30 +00:00
|
|
|
"forceId": false
|
|
|
|
},
|
|
|
|
"name": {
|
2021-06-29 16:01:33 +00:00
|
|
|
"type": "string",
|
2018-05-08 07:32:30 +00:00
|
|
|
"required": false
|
|
|
|
},
|
2019-02-01 16:11:14 +00:00
|
|
|
"order": {
|
2021-06-29 16:01:33 +00:00
|
|
|
"type": "number",
|
2018-05-08 07:32:30 +00:00
|
|
|
"required": false
|
|
|
|
},
|
2019-02-01 16:11:14 +00:00
|
|
|
"alertLevel": {
|
2021-06-29 16:01:33 +00:00
|
|
|
"type": "number",
|
2018-05-08 07:32:30 +00:00
|
|
|
"required": false
|
|
|
|
},
|
2019-02-01 16:11:14 +00:00
|
|
|
"code": {
|
2021-06-29 16:01:33 +00:00
|
|
|
"type": "string",
|
2018-05-08 07:32:30 +00:00
|
|
|
"required": false
|
2023-08-08 13:06:28 +00:00
|
|
|
},
|
|
|
|
"classColor": {
|
|
|
|
"type": "string"
|
2018-05-08 07:32:30 +00:00
|
|
|
}
|
2017-06-13 06:44:40 +00:00
|
|
|
}
|
|
|
|
}
|