xxx
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { IsNotEmpty, MaxLength, MinLength } from 'class-validator';
|
||||
|
||||
export class CreateKeySystemDto {
|
||||
@IsNotEmpty()
|
||||
@MinLength(2)
|
||||
@MaxLength(255)
|
||||
name: string;
|
||||
}
|
||||
@@ -1,4 +1,3 @@
|
||||
export * from './login.dto';
|
||||
export * from './auth-code.dto';
|
||||
export * from './create-key-system.dto';
|
||||
export * from './handover-key.dto';
|
||||
|
||||
Reference in New Issue
Block a user