From 763aea3b6e7e5df19f770530d69b209416578552 Mon Sep 17 00:00:00 2001 From: avicenan Date: Wed, 10 Jun 2026 23:45:11 +0900 Subject: [PATCH] feat: add card print queues on orm --- src/helpers/orm.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helpers/orm.ts b/src/helpers/orm.ts index effdef9..da8f241 100644 --- a/src/helpers/orm.ts +++ b/src/helpers/orm.ts @@ -93,6 +93,7 @@ import { RoomNumber, MainDisease, CardKeySet, + CardPrintQueue, EmrRegistrationTreatment, TreatmentPlanSession, TreatmentPlan @@ -211,6 +212,7 @@ export class OrmHelper { RoomNumber, MainDisease, CardKeySet, + CardPrintQueue, EmrRegistrationTreatment, TreatmentPlanSession, TreatmentPlan