add: create product based on csv
This commit is contained in:
6
src/product/dto/product/upload-product.dto.ts
Normal file
6
src/product/dto/product/upload-product.dto.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { IsNotEmpty, IsUUID } from 'class-validator';
|
||||
|
||||
export class UploadProductDto {
|
||||
@IsNotEmpty()
|
||||
fileName: string;
|
||||
}
|
||||
Reference in New Issue
Block a user