11 lines
162 B
Go
11 lines
162 B
Go
package modify
|
|
|
|
type Modify struct {
|
|
Sale sale
|
|
Cost cost
|
|
SaleProduct saleProduct
|
|
CustomsCost customsCost
|
|
Gift gift
|
|
Audit audit
|
|
}
|