service/erp/purchase/purchase.go
2024-07-16 17:18:31 +08:00

9 lines
127 B
Go

package purchase
type Purchase struct {
Cost cost
Clause clause
Annotations annotations
Product product
}