690329:1621 Fixing superadmin by GPT-5.3 #01
This commit is contained in:
@@ -54,6 +54,14 @@ export class CreateTransmittalDto {
|
||||
@IsNotEmpty()
|
||||
recipientOrganizationId!: number | string;
|
||||
|
||||
@ApiProperty({
|
||||
description:
|
||||
'ผู้ส่ง Organization ID หรือ UUID (สำหรับผู้ใช้ที่มีสิทธิ system.manage_all)',
|
||||
required: false,
|
||||
})
|
||||
@IsOptional()
|
||||
originatorId?: number | string;
|
||||
|
||||
@ApiProperty({
|
||||
description: 'Correspondence ID หรือ UUID (ADR-019)',
|
||||
required: false,
|
||||
|
||||
Reference in New Issue
Block a user