chore: 兼容旧数据库 #36

Merged
longbot merged 8 commits from :main into main 2025-12-24 08:12:26 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b8dc335932 - Show all commits

View File

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