improvement: all demo bugs fixed. give me more baby.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Transform } from 'class-transformer';
|
||||
import { IsBoolean, IsDateString, IsInt, IsOptional, IsString, IsUUID, Max, Min } from 'class-validator';
|
||||
|
||||
export class UpdateLabCaseTaskDto {
|
||||
export class UpdateLabCaseImportantDto {
|
||||
@IsBoolean()
|
||||
isImportant: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user