This commit is contained in:
2026-02-22 11:15:16 +03:30
parent 396c50cc52
commit bfa152fdd8
5 changed files with 255 additions and 251 deletions
@@ -12,6 +12,7 @@ import { IAttachment } from '../interface/order.interface';
export class CreateOrderAsAdminDto {
@ApiPropertyOptional({ example: '' })
@IsString()
@IsOptional()
userId?: string;
@ApiPropertyOptional({ example: '' })