feat(unit): add specialist service models
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export interface Specialist {
|
||||
code: string
|
||||
name: string
|
||||
unit_id: number
|
||||
}
|
||||
Reference in New Issue
Block a user