diff --git a/src/entity/goods.ts b/src/entity/goods.ts index 9d1b5d3..a668564 100644 --- a/src/entity/goods.ts +++ b/src/entity/goods.ts @@ -94,13 +94,6 @@ export class Goods { type: 'uuid', }) - goods_receipt_id: string; - @Index() - @Column({ - nullable: true, - type: 'uuid', - }) - supplier_id: string; @Column({