修复一个文件大小写错误..

This commit is contained in:
2025-06-23 01:39:14 +08:00
parent 610a0fc657
commit 6d4e600be5
4 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import {
UpdateDateColumn,
} from 'typeorm';
import { BlogComment } from './BlogComment.entity';
import { BlogPermission } from '../bloga.permission.enum';
import { BlogPermission } from '../blog.permission.enum';
/** @todo 考虑后续将权限的数据类型替换为json以提高查询效率 */
@Entity()