feat/role-check: wip

This commit is contained in:
2025-12-10 05:23:24 +07:00
parent ff19c022bb
commit 56e71ea693
13 changed files with 299 additions and 124 deletions

No files matched your search

+2
View File
@@ -1,7 +1,9 @@
import { type Base, genBase } from "./_base"
import type { Employee } from "./employee"
export interface Nurse extends Base {
employee_id: number
employee?: Employee
ihs_number?: string
unit_id: number
infra_id: number