salix/services/item/common/models/tax-class.json

22 lines
402 B
JSON
Raw Normal View History

2017-12-20 08:53:50 +00:00
{
2018-01-09 10:25:35 +00:00
"name": "TaxClass",
2017-12-20 08:53:50 +00:00
"base": "VnModel",
"options": {
"mysql": {
"table": "taxClass"
2017-12-20 08:53:50 +00:00
}
},
"properties": {
"id": {
"type": "Number",
"id": true,
"description": "Identifier"
},
"description": {
"type": "String"
},
"code": {
"type": "String"
}
}
}