fix create membership

This commit is contained in:
2021-12-09 01:52:44 +07:00
parent d65af44a52
commit d030624765
10 changed files with 78 additions and 44 deletions

View File

@@ -10,4 +10,7 @@ export class InputCoaDto {
@IsNotEmpty()
balanceType: balanceType;
@IsUUID()
relatedUserId: string;
}