refactor(entity): 将site实体表名改为site_v2

This commit is contained in:
tikkhun 2025-12-24 15:55:36 +08:00 committed by 黄珑
parent 2df777b73e
commit feeeded13b
1 changed files with 1 additions and 1 deletions

View File

@ -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;