2022-10-31 06:34:34 +00:00
|
|
|
{
|
2023-06-02 10:22:27 +00:00
|
|
|
"name": "BusinessSchedule",
|
2022-10-31 06:34:34 +00:00
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
2023-06-02 10:32:34 +00:00
|
|
|
"table": "businessSchedule"
|
2022-10-31 06:34:34 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"properties": {
|
2023-06-02 10:22:27 +00:00
|
|
|
"id": {
|
2022-10-31 06:34:34 +00:00
|
|
|
"id": true,
|
|
|
|
"type": "number"
|
|
|
|
},
|
2023-06-02 10:22:27 +00:00
|
|
|
"weekday": {
|
2022-10-31 06:34:34 +00:00
|
|
|
"type": "number"
|
|
|
|
},
|
2023-06-02 10:22:27 +00:00
|
|
|
"started": {
|
2022-10-31 06:34:34 +00:00
|
|
|
"type": "date"
|
|
|
|
},
|
2023-06-02 10:22:27 +00:00
|
|
|
"ended": {
|
2022-10-31 06:34:34 +00:00
|
|
|
"type": "date"
|
|
|
|
},
|
2023-06-02 10:22:27 +00:00
|
|
|
"businessFk": {
|
2022-10-31 06:34:34 +00:00
|
|
|
"type": "number"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|