You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
package jd
|
|
|
|
import (
|
|
"git.oa00.com/supply-chain/service/jd/data"
|
|
"git.oa00.com/supply-chain/service/jd/jdsdk"
|
|
)
|
|
|
|
type Jd struct {
|
|
Task task
|
|
Brand brand
|
|
Category category
|
|
Sku sku
|
|
Jdsdk jdsdk.Jdsdk
|
|
Data data.Data
|
|
}
|