remove goods_receipt_id
This commit is contained in:
@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user