feat: add generated code

This commit is contained in:
aid-orchestrator
2026-04-25 14:55:55 +00:00
parent 22d44859c1
commit c3cc5ebddc
84 changed files with 2383 additions and 0 deletions

View File

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