This commit is contained in:
fro1991
2025-07-31 17:34:16 +07:00
parent 535424b09a
commit 2cf9543ee1
13 changed files with 242 additions and 435 deletions

5
src/schema/brizzi.ts Normal file
View File

@ -0,0 +1,5 @@
export * from "../entity/brizzi_batchs";
export * from "../entity/brizzi_cards";
export * from "../entity/brizzi_history";
export * from "../entity/brizzi_old_card";
export * from "../types/brizzi";