feat(v2.4): 切换测试与缺陷主写

This commit is contained in:
2026-07-08 14:15:49 +08:00
parent 1bf630a7bc
commit 2358dbd0b5
18 changed files with 1458 additions and 30 deletions

View File

@@ -0,0 +1,4 @@
import { PartialType } from '@nestjs/mapped-types';
import { CreateBugDto } from './create-bug.dto';
export class UpdateBugDto extends PartialType(CreateBugDto) {}