contrat,booking,global logestic

This commit is contained in:
Marshal
2026-06-26 23:24:48 +00:00
parent f931342f31
commit 01d53c218c
105 changed files with 19573 additions and 909 deletions

View File

@@ -0,0 +1,6 @@
import { PartialType } from '@nestjs/swagger';
import { CreateContractDto } from './create-contract.dto';
/** Partial contract update — allowed only in DRAFT / CHANGES_REQUESTED. */
export class UpdateContractDto extends PartialType(CreateContractDto) {}