标准化博客评论命名
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
PrimaryGeneratedColumn,
|
||||
UpdateDateColumn,
|
||||
} from 'typeorm';
|
||||
import { BlogComment } from './BlogComment';
|
||||
import { BlogComment } from './BlogComment.entity';
|
||||
|
||||
@Entity()
|
||||
export class Blog {
|
||||
|
||||
Reference in New Issue
Block a user