6 lines
92 B
Go
6 lines
92 B
Go
package customer
|
|
|
|
import "wagfarm-api/taxonomy/base"
|
|
|
|
type Customer struct{ base.Taxonomy }
|