11 lines
203 B
YAML
11 lines
203 B
YAML
|
name: ticket service
|
||
|
columns:
|
||
|
id: id
|
||
|
ticketFk: ticket
|
||
|
description: description
|
||
|
quantity: quantity
|
||
|
price: price
|
||
|
taxClassFk: tax class
|
||
|
ticketServiceTypeFk: ticket service type
|
||
|
|