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

No files matched your search

+1 -1
View File
@@ -1,5 +1,5 @@
export interface Specialist {
code: string
name: string
unit_id: number
unit_id: number | string
}