6 lines
84 B
Go
6 lines
84 B
Go
package crop
|
|
|
|
import "wagfarm-api/taxonomy/base"
|
|
|
|
type Crop struct{ base.Taxonomy }
|