feat(subspecialist): finishing integrate specialist
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export interface Specialist {
|
||||
id?: number
|
||||
code: string
|
||||
name: string
|
||||
unit_id: number | string
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
export interface Subspecialist {
|
||||
code: string
|
||||
name: string
|
||||
unit_id: number
|
||||
specialist_id: number | string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user