690414:1113 Update README.md /.agents/skills, /.windsurf/workflows
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { IsString, IsNotEmpty, MinLength } from 'class-validator';
|
||||
import { ApiProperty } from '@nestjs/swagger';
|
||||
|
||||
export class ForceCloseCirculationDto {
|
||||
@ApiProperty({ description: 'เหตุผลการปิดใบเวียนแบบบังคับ (บังคับกรอก)' })
|
||||
@IsString()
|
||||
@IsNotEmpty()
|
||||
@MinLength(5)
|
||||
reason!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user