9 lines
98 B
Go
9 lines
98 B
Go
package sale
|
|
|
|
type Sale struct {
|
|
Cost cost
|
|
Product product
|
|
Audit audit
|
|
Benefit benefit
|
|
}
|