2023-05-17 08:18:41 +00:00
|
|
|
name: request
|
2023-04-12 13:02:21 +00:00
|
|
|
columns:
|
|
|
|
id: id
|
|
|
|
description: description
|
2023-06-13 18:52:26 +00:00
|
|
|
buyerCode: buyer
|
2023-04-12 13:02:21 +00:00
|
|
|
quantity: quantity
|
|
|
|
price: price
|
2023-06-13 18:52:26 +00:00
|
|
|
itemFk: item
|
|
|
|
clientFk: client
|
2023-04-12 13:02:21 +00:00
|
|
|
response: response
|
2023-06-13 18:52:26 +00:00
|
|
|
total: total
|
|
|
|
buyed: buyed
|
2023-04-12 13:02:21 +00:00
|
|
|
saleFk: sale
|
2023-06-13 18:52:26 +00:00
|
|
|
created: created
|
|
|
|
isOk: ok
|
2023-04-12 13:02:21 +00:00
|
|
|
requesterFk: requester
|
2023-06-13 18:52:26 +00:00
|
|
|
attenderFk: attender
|
|
|
|
ticketFk: ticket
|