feat/device-order: wip

This commit is contained in:
Andrian Roshandy
2025-10-23 14:09:01 +07:00
parent 1b1fac7695
commit 7f3fe813c5
4 changed files with 22 additions and 11 deletions

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)
}