remove goods_receipt_id

This commit is contained in:
fadlydev
2025-01-16 12:33:21 +07:00
parent 20c190a04a
commit 57686d5e4d

View File

@ -94,13 +94,6 @@ export class Goods {
type: 'uuid', type: 'uuid',
}) })
goods_receipt_id: string;
@Index()
@Column({
nullable: true,
type: 'uuid',
})
supplier_id: string; supplier_id: string;
@Column({ @Column({