add:product price
This commit is contained in:
@@ -10,6 +10,9 @@ export class CreateProductDto {
|
||||
@IsNotEmpty()
|
||||
status: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
price: number;
|
||||
|
||||
@IsUUID()
|
||||
subCategoriesId: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user