260307:1319 20260307:1300 fix n8n workflow project_id, issued_date and received_date
Build and Deploy / deploy (push) Successful in 4m11s
Build and Deploy / deploy (push) Successful in 4m11s
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user