创建-cat.dto.ts import{IsString,IsInt}from'class-validator';exportclassCreateCatDto{@IsString()readonlyname
例如: import{MinLength,MaxLength}from'class-validator';exportclassCreatePostInput{@MinLength(3)@MaxLength