salix/services/item/common/models/producer.json

19 lines
337 B
JSON
Raw Normal View History

2017-12-20 08:53:50 +00:00
{
"name": "Producer",
"base": "VnModel",
"options": {
"mysql": {
"table": "producer"
2017-12-20 08:53:50 +00:00
}
},
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"name": {
"type": "String"
}
}
}