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.
service/jd/jd.go

12 lines
170 B

2 years ago
package jd
2 years ago
import "git.oa00.com/supply-chain/service/jd/jdsdk"
2 years ago
type Jd struct {
Task task
Brand brand
Category category
Sku sku
2 years ago
Jdsdk jdsdk.Jdsdk
2 years ago
}