fix: order history
This commit is contained in:
		| @@ -1,13 +1,4 @@ | ||||
| import { | ||||
|   Entity, | ||||
|   Column, | ||||
|   PrimaryGeneratedColumn, | ||||
|   UpdateDateColumn, | ||||
|   DeleteDateColumn, | ||||
|   VersionColumn, | ||||
|   CreateDateColumn, | ||||
|   OneToMany, | ||||
| } from 'typeorm'; | ||||
| import { Column, Entity, OneToMany, PrimaryGeneratedColumn } from 'typeorm'; | ||||
| import { ProductSubCategories } from './product-sub-category.entity'; | ||||
| import { BaseModel } from '../../config/basemodel.entity'; | ||||
|  | ||||
|   | ||||
| @@ -1,8 +1,7 @@ | ||||
| import { Entity, Column, PrimaryGeneratedColumn, ManyToOne } from 'typeorm'; | ||||
| import { Column, Entity, ManyToOne, PrimaryGeneratedColumn } from 'typeorm'; | ||||
| import { Product } from './product.entity'; | ||||
| import { BaseModel } from '../../config/basemodel.entity'; | ||||
| import { productType } from '../../helper/enum-list'; | ||||
| import { User } from '../../users/entities/user.entity'; | ||||
| import { Partner } from '../../users/entities/partner.entity'; | ||||
|  | ||||
| @Entity() | ||||
|   | ||||
| @@ -1,10 +1,4 @@ | ||||
| import { | ||||
|   Entity, | ||||
|   Column, | ||||
|   PrimaryGeneratedColumn, | ||||
|   ManyToOne, | ||||
|   OneToMany, | ||||
| } from 'typeorm'; | ||||
| import { Column, Entity, ManyToOne, OneToMany, PrimaryGeneratedColumn } from 'typeorm'; | ||||
| import { ProductCategories } from './product-category.entity'; | ||||
| import { BaseModel } from '../../config/basemodel.entity'; | ||||
| import { Product } from './product.entity'; | ||||
|   | ||||
| @@ -1,14 +1,4 @@ | ||||
| import { | ||||
|   Entity, | ||||
|   Column, | ||||
|   PrimaryGeneratedColumn, | ||||
|   UpdateDateColumn, | ||||
|   DeleteDateColumn, | ||||
|   VersionColumn, | ||||
|   CreateDateColumn, | ||||
|   OneToMany, | ||||
|   ManyToOne, | ||||
| } from 'typeorm'; | ||||
| import { Column, Entity, ManyToOne, OneToMany, PrimaryGeneratedColumn } from 'typeorm'; | ||||
| import { ProductSubCategories } from './product-sub-category.entity'; | ||||
| import { BaseModel } from '../../config/basemodel.entity'; | ||||
| import { Supplier } from '../../users/entities/supplier.entity'; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user