feat/device-order: wip
This commit is contained in:
No files matched your search
@@ -5,7 +5,6 @@ const path = '/api/v1/device-order-item'
|
||||
const name = 'device-order-item'
|
||||
|
||||
export function create(data: any) {
|
||||
console.log('service create', data)
|
||||
return base.create(path, data, name)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user