This commit is contained in:
meusinfirmary
2025-04-17 03:08:40 +07:00
parent d8aa311a21
commit 2cd83817af

View File

@ -142,6 +142,30 @@ export class RemitPartner {
})
balance: String;
@Column({
nullable: true,
length: 64,
})
vostro_idr: String;
@Column({
nullable: true,
length: 64,
})
vostro_usd: String;
@Column({
nullable: true,
length: 64,
})
qlola_usr: String;
@Column({
nullable: true,
length: 64,
})
qlola_pwd: String;
@Column()
@CreateDateColumn()
created_at: Date;