inicio passcode

This commit is contained in:
2022-10-31 12:16:34 -06:00
parent be7e3454cb
commit eb851fc5cc
12 changed files with 352 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { IsString } from 'class-validator';
export class PrestamoDto {
@IsString()
passcode: string;
@IsString()
id_locker: string;
}