fix: add coa in supplier

This commit is contained in:
ilham
2021-12-16 15:05:10 +07:00
parent dcad18339b
commit 264b7312ed
5 changed files with 61 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ export class COA extends BaseModel {
relatedUser: string;
@Column({
type: 'uuid',
nullable: true,
})
supplier: string;