add:product price

This commit is contained in:
ilham
2021-12-06 23:15:26 +07:00
parent f1594ebd96
commit 77db83490f
8 changed files with 80 additions and 36 deletions

View File

@@ -10,6 +10,9 @@ export class CreateProductDto {
@IsNotEmpty()
status: string;
@IsNotEmpty()
price: number;
@IsUUID()
subCategoriesId: string;
}