fix: add tree select subspecialist and filter doctor
This commit is contained in:
No files matched your search
@@ -1,9 +1,11 @@
|
||||
import { type Base, genBase } from "./_base"
|
||||
import type { Subspecialist } from "./subspecialist"
|
||||
|
||||
export interface Specialist extends Base {
|
||||
code: string
|
||||
name: string
|
||||
unit_id?: number | string | null
|
||||
subspecialists?: Subspecialist[]
|
||||
}
|
||||
|
||||
export function genSpecialist(): Specialist {
|
||||
|
||||
Reference in New Issue
Block a user