add table mutation gl and column ledget on table log_pull also log pull type MUTATION_GL

This commit is contained in:
2025-12-04 16:09:02 +07:00
parent 827895b9f2
commit 775ac8ebe6
4 changed files with 74 additions and 1 deletions

View File

@ -33,6 +33,7 @@ export * from "../entity/bpa_log";
export * from "../entity/bpa";
export * from "../entity/application";
export * from "../entity/teller_mutation";
export * from "../entity/mutation_gl";
export * from "../types/action";
export * from "../types/error";