ลบ import

This commit is contained in:
kittapath 2024-10-18 11:52:35 +07:00
parent 3c0a39a8c4
commit c7ef7be3b8
33 changed files with 25 additions and 46 deletions

View file

@ -1,4 +1,4 @@
import { Entity, Column, OneToMany, JoinColumn, ManyToOne, ManyToMany } from "typeorm";
import { Entity, Column, OneToMany, JoinColumn, ManyToOne } from "typeorm";
import { EntityBase } from "./base/Base";
import { PosMaster } from "./PosMaster";
import { PosLevel } from "./PosLevel";