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