update entity telegram

This commit is contained in:
2024-12-29 17:01:17 +07:00
parent 2cfcfccfaa
commit 3ed8494aa6
2 changed files with 34 additions and 0 deletions

View File

@ -37,6 +37,7 @@ import { SummarizeLog } from "./entity/summarize_log";
import { SummarizeLogStatus, SummarizeType } from "./types/summarize";
import { Goods } from "./entity/goods";
import { Supplier } from "./entity/supplier";
import { TelegramBody, TelegramResponseSend } from "./types/telegram";
export {
User, //
@ -54,6 +55,8 @@ export {
RoleList,
Status,
EmailBody,
TelegramBody,
TelegramResponseSend,
Product,
Branch,
Menu,