From 7fb545392103e0f13050e512445651ed380f015a Mon Sep 17 00:00:00 2001 From: Rayhan Ardiansyah Date: Mon, 2 Mar 2026 11:35:12 +0700 Subject: [PATCH] update pharmacy --- src/schema/pharmacy.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/schema/pharmacy.ts b/src/schema/pharmacy.ts index 7db89c0..930983e 100644 --- a/src/schema/pharmacy.ts +++ b/src/schema/pharmacy.ts @@ -13,4 +13,7 @@ export * from "../entity/pharmacy/generic_name"; export * from "../entity/pharmacy/factory"; export * from "../entity/pharmacy/supplier"; export * from "../entity/pharmacy/factory_to_supplier"; -export * from "../entity/pharmacy/item_master"; \ No newline at end of file +export * from "../entity/pharmacy/item_master"; +export * from "../entity/pharmacy/pharmacy_info"; +export * from "../entity/pharmacy/item_price"; +export * from "../entity/pharmacy/selling_price_percentage";