This commit is contained in:
2026-01-24 16:13:37 +03:30
parent 64d6d1e391
commit 05edc9abb4
14 changed files with 240 additions and 50 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
import { PartialType } from '@nestjs/swagger';
import { CreatePrintDto } from './create-print.dto';
import { CreateSectionDto } from './create-section.dto';
export class UpdatePrintDto extends PartialType(CreatePrintDto) {}
export class UpdatePrintDto extends PartialType(CreateSectionDto) { }