UNPKG

create-chuntianxiaozhu

Version:

春天小猪模板工具

7 lines (5 loc) 107 B
import { IsNotEmpty } from 'class-validator'; export class IdDto<T = number> { @IsNotEmpty() id: T; }