remove goods_receipt_id
This commit is contained in:
@ -94,13 +94,6 @@ export class Goods {
|
||||
type: 'uuid',
|
||||
})
|
||||
|
||||
goods_receipt_id: string;
|
||||
@Index()
|
||||
@Column({
|
||||
nullable: true,
|
||||
type: 'uuid',
|
||||
})
|
||||
|
||||
supplier_id: string;
|
||||
|
||||
@Column({
|
||||
|
||||
Reference in New Issue
Block a user