feat: added organ
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { PartialType } from '@nestjs/swagger';
|
||||
import { CreateOrganDto } from './create-organ.dto';
|
||||
|
||||
export class UpdateOrganDto extends PartialType(CreateOrganDto) {}
|
||||
Reference in New Issue
Block a user