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

@ -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' });