purchase delivery table page
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
export type PurchaseDeliveryType = {
|
||||
id: number
|
||||
number: string
|
||||
vendorName: string
|
||||
vendorCompany: string
|
||||
reference: string
|
||||
date: string
|
||||
status: string
|
||||
}
|
||||
Reference in New Issue
Block a user