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

23 lines
419 B
JSON
Raw Normal View History

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