feat: added organ

This commit is contained in:
2026-07-26 21:01:31 +03:30
parent efd468873d
commit 19e648a299
9 changed files with 137 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
import { PartialType } from '@nestjs/swagger';
import { CreateOrganDto } from './create-organ.dto';
export class UpdateOrganDto extends PartialType(CreateOrganDto) {}