260307:1319 20260307:1300 fix n8n workflow project_id, issued_date and received_date
Build and Deploy / deploy (push) Successful in 4m11s

This commit is contained in:
admin
2026-03-07 13:19:03 +07:00
parent 65a758298a
commit e70fc95fa0
5 changed files with 1250 additions and 11 deletions
@@ -41,4 +41,20 @@ export class ImportCorrespondenceDto {
@IsObject()
@IsOptional()
details?: Record<string, any>;
@IsNumber()
@IsNotEmpty()
project_id!: number;
@IsString()
@IsOptional()
issued_date?: string;
@IsString()
@IsOptional()
received_date?: string;
@IsString()
@IsOptional()
body?: string;
}