brilink update

This commit is contained in:
fro1991
2025-06-30 01:49:47 +07:00
parent 4e6393766f
commit ba2dfdb567

View File

@ -123,6 +123,12 @@ export class BrilinkTransaction {
@JoinTable()
product_item: BrilinkProductItem;
@Column({
length: 128,
nullable: true,
})
reference_supplier: string;
@Column()
@CreateDateColumn()
created_at: Date;