feat: items list restful api.

This commit is contained in:
Ahmed Bouhuolia
2020-03-24 16:47:35 +02:00
parent 2ab714127a
commit 1894ad3b18
10 changed files with 371 additions and 43 deletions

View File

@@ -33,4 +33,13 @@ export default {
column: 'code',
},
},
'items': {
'type': {
column: 'type',
},
'name': {
column: 'name',
},
}
};