update orm import

This commit is contained in:
2024-11-30 16:00:55 +07:00
parent 7a75ef58b6
commit c7ae68aa46

View File

@ -1,7 +1,7 @@
import config from 'config';
import { DataSource } from "typeorm";
import { ILogObj, Logger } from 'tslog';
import { Branch, Product } from 'Entity'
import { Branch, Product } from 'entity'
export class OrmHelper {
static DB: DataSource = null