feat(unit): add specialist service models

This commit is contained in:
riefive
2025-09-29 13:23:51 +07:00
parent 050f8964ef
commit fa6b99c193
3 changed files with 105 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
export interface Specialist {
code: string
name: string
unit_id: number
}