update pharmacy

This commit is contained in:
Rayhan Ardiansyah
2026-03-02 11:35:12 +07:00
parent 62ebe4a785
commit 7fb5453921

View File

@ -13,4 +13,7 @@ export * from "../entity/pharmacy/generic_name";
export * from "../entity/pharmacy/factory"; export * from "../entity/pharmacy/factory";
export * from "../entity/pharmacy/supplier"; export * from "../entity/pharmacy/supplier";
export * from "../entity/pharmacy/factory_to_supplier"; export * from "../entity/pharmacy/factory_to_supplier";
export * from "../entity/pharmacy/item_master"; 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";