260321:1700 Correct Coresspondence / Doing RFA

This commit is contained in:
admin
2026-03-21 17:00:41 +07:00
parent dcf55f4d08
commit 03d16cfd64
57 changed files with 1923 additions and 663 deletions
@@ -12,6 +12,15 @@ export class CreateTagDto {
@IsOptional()
description?: string;
@ApiProperty({
example: 'red',
description: 'รหัสสี หรือชื่อคลาสสำหรับ UI',
required: false,
})
@IsString()
@IsOptional()
color_code?: string;
@ApiProperty({
example: 1,
description: 'Project ID or UUID',