add: parser upload product
This commit is contained in:
@@ -10,6 +10,9 @@ export class CreatePartnerDto {
|
||||
@IsNotEmpty()
|
||||
owner: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
code: string;
|
||||
|
||||
@IsNotEmpty()
|
||||
npwp: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user