parent
15b8d229d4
commit
a79e6c68e4
19 changed files with 9 additions and 9 deletions
@ -1,6 +1,6 @@ |
||||
import { Model, Table, Column, ForeignKey, BelongsTo, DataType } from "sequelize-typescript"; |
||||
import { User } from "../../users/entities/user.entity"; |
||||
import { Product } from "../../products/entities/product.entity"; |
||||
import { Product } from "../../shop/entities/product.entity"; |
||||
import { Invoice } from "./invoice.entity"; |
||||
|
||||
@Table |
Loading…
Reference in new issue