feat(v2.4): 切换测试与缺陷主写
This commit is contained in:
4
apps/server/src/modules/bug/dto/update-bug.dto.ts
Normal file
4
apps/server/src/modules/bug/dto/update-bug.dto.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/mapped-types';
|
||||
import { CreateBugDto } from './create-bug.dto';
|
||||
|
||||
export class UpdateBugDto extends PartialType(CreateBugDto) {}
|
||||
Reference in New Issue
Block a user