10 lines
146 B
Go
10 lines
146 B
Go
package purchase
|
|
|
|
type Purchase struct {
|
|
Audit audit
|
|
Cost cost
|
|
Clause clause
|
|
Annotations annotations
|
|
Product product
|
|
}
|