fix: distribute saldo partner from admin

This commit is contained in:
ilham
2021-12-12 01:01:37 +07:00
parent ed5ca6556d
commit 78470a0e3f
4 changed files with 45 additions and 10 deletions

View File

@@ -6,4 +6,7 @@ export class DistributeTransactionDto {
@IsNotEmpty()
destination: string;
@IsNotEmpty()
supplier: string;
}