add: saldo deposit in get member

This commit is contained in:
ilham
2021-12-20 15:14:01 +07:00
parent 8941184656
commit e499a8a1e6
2 changed files with 16 additions and 0 deletions

View File

@@ -17,11 +17,13 @@ export class COA extends BaseModel {
amount: number;
@Column({
type: 'uuid',
nullable: true,
})
user: string;
@Column({
type: 'uuid',
nullable: true,
})
relatedUser: string;