add new entity: measurement_unit

This commit is contained in:
avicenan
2026-02-16 17:24:01 +07:00
parent d84c24b09a
commit 84a00c0d41
2 changed files with 40 additions and 0 deletions

View File

@ -20,6 +20,7 @@ export * from "../entity/service_fare"
export * from "../entity/service_package"
export * from "../entity/department"
export * from "../entity/doctor_schedule"
export * from "../entity/measurement_unit"
export * from "../types/action";
export * from "../types/error";