update entity

This commit is contained in:
2024-11-30 19:33:26 +07:00
parent 8a946bf62c
commit 7475fc4c95
12 changed files with 351 additions and 6 deletions

View File

@ -13,6 +13,7 @@ import { Status } from "./types/status";
import { EmailBody } from "./types/email";
import { Branch } from "./entity/branchs";
import { Product } from "./entity/products";
import { Menu } from "./entity/menu";
export {
User,
@ -30,5 +31,6 @@ export {
Status,
EmailBody,
Product,
Branch
Branch,
Menu
};