add column in table supplier
This commit is contained in:
@@ -9,4 +9,16 @@ export class CreateSupplierDto {
|
||||
|
||||
@IsNotEmpty()
|
||||
url: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
irs_id: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
irs_pin: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
irs_user: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
irs_pass: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user