add entity pharmacy master-data
This commit is contained in:
16
src/schema/pharmacy.ts
Normal file
16
src/schema/pharmacy.ts
Normal file
@ -0,0 +1,16 @@
|
||||
export * from "../entity/pharmacy/item_group";
|
||||
export * from "../entity/pharmacy/item_origin";
|
||||
export * from "../entity/pharmacy/item_type";
|
||||
export * from "../entity/pharmacy/item_type_detail";
|
||||
export * from "../entity/pharmacy/unit";
|
||||
export * from "../entity/pharmacy/item_category";
|
||||
export * from "../entity/pharmacy/item_status";
|
||||
export * from "../entity/pharmacy/usage_instructions";
|
||||
export * from "../entity/pharmacy/usage_time";
|
||||
export * from "../entity/pharmacy/item_class";
|
||||
export * from "../entity/pharmacy/item_class_detail";
|
||||
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";
|
||||
Reference in New Issue
Block a user