update entity
This commit is contained in:
@ -18,7 +18,7 @@
|
|||||||
"compression": "^1.7.5",
|
"compression": "^1.7.5",
|
||||||
"config": "^3.3.12",
|
"config": "^3.3.12",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"Entity": "file:../entity",
|
"entity": "file:../entity",
|
||||||
"express": "^4.21.1",
|
"express": "^4.21.1",
|
||||||
"express-jwt": "^8.4.1",
|
"express-jwt": "^8.4.1",
|
||||||
"fast-csv": "^5.0.2",
|
"fast-csv": "^5.0.2",
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import { Paging } from "../types/paging";
|
|||||||
import CommonHelper from "../helpers/common";
|
import CommonHelper from "../helpers/common";
|
||||||
import * as fastcsv from 'fast-csv';
|
import * as fastcsv from 'fast-csv';
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import { Branch } from "Entity";
|
import { Branch } from "entity";
|
||||||
|
|
||||||
const log: Logger<ILogObj> = new Logger({ name: '[BranchController]', type: 'pretty' });
|
const log: Logger<ILogObj> = new Logger({ name: '[BranchController]', type: 'pretty' });
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import { Paging } from "../types/paging";
|
|||||||
import CommonHelper from "../helpers/common";
|
import CommonHelper from "../helpers/common";
|
||||||
import * as fastcsv from 'fast-csv';
|
import * as fastcsv from 'fast-csv';
|
||||||
import dayjs from "dayjs";
|
import dayjs from "dayjs";
|
||||||
import { Product } from "Entity";
|
import { Product } from "entity";
|
||||||
|
|
||||||
const log: Logger<ILogObj> = new Logger({ name: '[ProductController]', type: 'pretty' });
|
const log: Logger<ILogObj> = new Logger({ name: '[ProductController]', type: 'pretty' });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user