chore: 兼容旧数据库 #36
|
|
@ -2,7 +2,7 @@ import { Column, Entity, JoinTable, ManyToMany, PrimaryGeneratedColumn } from 't
|
|||
import { Area } from './area.entity';
|
||||
import { StockPoint } from './stock_point.entity';
|
||||
|
||||
@Entity('site')
|
||||
@Entity('site_v2')
|
||||
export class Site {
|
||||
@PrimaryGeneratedColumn()
|
||||
id: number;
|
||||
|
|
|
|||
Loading…
Reference in New Issue