api 구성 준비
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import {
|
||||
IsInt,
|
||||
IsString,
|
||||
} from 'class-validator';
|
||||
|
||||
export class BasicQueryDTO {
|
||||
@IsInt()
|
||||
generalID!: number;
|
||||
command!: string;
|
||||
}
|
||||
Reference in New Issue
Block a user