update
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user