add table procurement_project_yearly

This commit is contained in:
Rizki
2026-01-27 14:43:01 +07:00
parent 713ebeab67
commit ba9b25cca7
3 changed files with 154 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export * from "../entity/procurement/procurement_category";
export * from "../entity/procurement/procurement_vendor";
export * from "../entity/procurement/procurement_project_yearly";