add: create supplier

This commit is contained in:
ilham
2021-12-11 23:45:03 +07:00
parent d332935e85
commit 14a00988d9
18 changed files with 267 additions and 45 deletions

View File

@@ -18,4 +18,7 @@ export class CreateProductDto {
@IsUUID()
subCategoriesId: string;
@IsUUID()
supplierId: string;
}