Implement produce service
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package produce
|
||||
|
||||
import "github.com/Rhymond/go-money"
|
||||
|
||||
// Item models a produce item.
|
||||
type Item struct {
|
||||
Code string
|
||||
Name string
|
||||
Price *money.Money
|
||||
}
|
||||
Reference in New Issue
Block a user