6 lines
88 B
Go
6 lines
88 B
Go
package seller
|
|
|
|
import "wagfarm-api/taxonomy/base"
|
|
|
|
type Seller struct{ base.Taxonomy }
|