service/jd/jd.go

9 lines
95 B

package jd
type Jd struct {
Task task
Brand brand
Category category
Sku sku
}