add column url in table supplier

This commit is contained in:
2022-04-01 18:17:38 +07:00
parent b05404eb23
commit cdf9a19816
2 changed files with 6 additions and 1 deletions

View File

@@ -6,4 +6,7 @@ export class CreateSupplierDto {
@IsNotEmpty()
code: string;
@IsNotEmpty()
url: string;
}