feat(device): integrate api device

This commit is contained in:
riefive
2025-09-22 13:39:36 +07:00
parent 1e5b872f05
commit 6b950f7682
6 changed files with 235 additions and 137 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface Device {
code: string
name: string
uom_code: string
}