add test case

This commit is contained in:
2025-05-31 09:30:32 +08:00
parent 3fe801d448
commit 50dbb06b29
2 changed files with 3 additions and 26 deletions
@@ -22,7 +22,7 @@ export class CategoryEntity extends BaseEntity {
id: string;
@Expose()
@Column({ comment: '分类名称', unique: true })
@Column({ comment: '分类名称' })
name: string;
@Expose({ groups: ['category-tree', 'category-list', 'category-detail'] })