add column url in table supplier
This commit is contained in:
@@ -6,4 +6,7 @@ export class CreateSupplierDto {
|
||||
|
||||
@IsNotEmpty()
|
||||
code: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
url: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user