fix: upload product

This commit is contained in:
ilham
2021-12-23 20:18:29 +07:00
parent 15852b1ecb
commit ef1ef4d429
3 changed files with 13 additions and 3 deletions

View File

@@ -3,4 +3,7 @@ import { IsNotEmpty, IsUUID } from 'class-validator';
export class UploadProductDto {
@IsNotEmpty()
fileName: string;
@IsNotEmpty()
supplierCode: string;
}