add column in table supplier

This commit is contained in:
2022-04-02 01:34:11 +07:00
parent cdf9a19816
commit 790c0902a6
3 changed files with 40 additions and 0 deletions

View File

@@ -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;
}