refactor(entity): 将site实体表名改为site_v2
This commit is contained in:
parent
2df777b73e
commit
feeeded13b
|
|
@ -2,7 +2,7 @@ import { Column, Entity, JoinTable, ManyToMany, PrimaryGeneratedColumn } from 't
|
||||||
import { Area } from './area.entity';
|
import { Area } from './area.entity';
|
||||||
import { StockPoint } from './stock_point.entity';
|
import { StockPoint } from './stock_point.entity';
|
||||||
|
|
||||||
@Entity('site')
|
@Entity('site_v2')
|
||||||
export class Site {
|
export class Site {
|
||||||
@PrimaryGeneratedColumn()
|
@PrimaryGeneratedColumn()
|
||||||
id: number;
|
id: number;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue