统一用 import { z } from '@hono/zod-openapi'

This commit is contained in:
yourname
2025-06-27 03:51:26 +00:00
parent 6693653c94
commit e0c3a26ca1
11 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
```typescript
import { Entity, PrimaryGeneratedColumn, Column } from 'typeorm';
import { z } from 'zod';
import { z } from '@hono/zod-openapi';
@Entity('table_name') // 使用小写下划线命名表名
export class EntityName {