Add FinanceAtividade entity and update schema exports

This commit is contained in:
Sony Surahmn
2025-12-31 16:33:53 +07:00
parent 6087ee5df4
commit 3bff0053cd
2 changed files with 58 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export * from "../entity/finance/finance_funding_sources";
export * from "../entity/finance/finance_agencia";
export * from "../entity/finance/finance_atividade";