This commit is contained in:
fro1991
2024-12-29 23:15:35 +07:00
parent d230804540
commit 591c5722cf
2 changed files with 63 additions and 1 deletions

View File

@ -38,6 +38,7 @@ import { SummarizeLogStatus, SummarizeType } from "./types/summarize";
import { Goods } from "./entity/goods";
import { Supplier } from "./entity/supplier";
import { TelegramBody, TelegramResponseSend } from "./types/telegram";
import { Ledger } from "./entity/ledgers";
export {
User, //
@ -83,5 +84,6 @@ export {
SummarizeLogStatus,
SummarizeType,
Goods,
Supplier
Supplier,
Ledger
};