feat(specialist): finishing integrate specialist

This commit is contained in:
riefive
2025-09-30 14:40:50 +07:00
parent 2f6528e12a
commit e62d84b812
6 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export interface Specialist {
code: string
name: string
unit_id: number
unit_id: number | string
}
+1
View File
@@ -1,4 +1,5 @@
export interface Unit {
id?: number
code: string
name: string
installation?: string | number