Merge branch 'dev' into feat/org-position-134
This commit is contained in:
No files matched your search
@@ -1,12 +1,12 @@
|
||||
import { type Base, genBase } from './_base'
|
||||
import type { Unit } from './unit'
|
||||
import type { Subspecialist } from "./subspecialist"
|
||||
|
||||
export interface Specialist extends Base {
|
||||
code: string
|
||||
name: string
|
||||
unit_id?: number | string | null
|
||||
|
||||
unit?: Unit | null
|
||||
subspecialists?: Subspecialist[]
|
||||
}
|
||||
|
||||
export function genSpecialist(): Specialist {
|
||||
|
||||
Reference in New Issue
Block a user