UNPKG

create-chuntianxiaozhu

Version:

春天小猪模板工具

8 lines (6 loc) 130 B
import { IsNotEmpty, IsString } from 'class-validator'; export class ExecuteDto { @IsNotEmpty() @IsString() sql: string; }