add entity for tender

This commit is contained in:
Rizki
2026-01-27 18:02:18 +07:00
parent e3b336f0be
commit 93d2e1f422
7 changed files with 445 additions and 0 deletions

View File

@ -1,5 +1,10 @@
export * from "../entity/procurement/procurement_category";
export * from "../entity/procurement/procurement_vendor";
export * from "../entity/procurement/procurement_project_yearly";
export * from "../entity/procurement/procurement_tender";
export * from "../entity/procurement/procurement_checklist_payment";
export * from "../entity/procurement/procurement_checklist_payment_item";
export * from "../entity/procurement/procurement_checklist_payment_document";
export * from "../entity/procurement/procurement_checklist_payment_approval";
export * from "../types/procurement";