update entity

This commit is contained in:
2024-11-30 15:59:16 +07:00
parent 2b9c663fb0
commit 7a75ef58b6
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
"compression": "^1.7.5",
"config": "^3.3.12",
"cors": "^2.8.5",
"Entity": "file:../entity",
"entity": "file:../entity",
"express": "^4.21.1",
"express-jwt": "^8.4.1",
"fast-csv": "^5.0.2",

View File

@ -9,7 +9,7 @@ import { Paging } from "../types/paging";
import CommonHelper from "../helpers/common";
import * as fastcsv from 'fast-csv';
import dayjs from "dayjs";
import { Branch } from "Entity";
import { Branch } from "entity";
const log: Logger<ILogObj> = new Logger({ name: '[BranchController]', type: 'pretty' });

View File

@ -9,7 +9,7 @@ import { Paging } from "../types/paging";
import CommonHelper from "../helpers/common";
import * as fastcsv from 'fast-csv';
import dayjs from "dayjs";
import { Product } from "Entity";
import { Product } from "entity";
const log: Logger<ILogObj> = new Logger({ name: '[ProductController]', type: 'pretty' });