fix: update some service

This commit is contained in:
riefive
2025-10-06 10:38:10 +07:00
parent 78ae8a8aa0
commit d1bcd6e66c
11 changed files with 118 additions and 164 deletions
+1
View File
@@ -1,4 +1,5 @@
export interface Subspecialist {
id?: number
code: string
name: string
specialist_id: number | string