fix
This commit is contained in:
@@ -48,9 +48,13 @@ type CartSnapshot struct {
|
||||
LightInfo LightInfo `json:"light_info"` //灯光数据
|
||||
}
|
||||
type ProductInfo struct {
|
||||
ProductName string `json:"product_name"` //产品名
|
||||
ProductSn string `json:"product_sn"` //产品sn
|
||||
ProductWebsiteUnit string `json:"product_website_unit"` //产品前台网站单位
|
||||
ProductName string `json:"product_name"` //产品名
|
||||
ProductSn string `json:"product_sn"` //产品sn
|
||||
ProductWebsiteUnit ProductWebsiteUnit `json:"product_website_unit"` //产品前台网站单位
|
||||
}
|
||||
type ProductWebsiteUnit struct {
|
||||
Singular string `json:"singular"`
|
||||
Complex string `json:"complex"`
|
||||
}
|
||||
type ModelInfo struct {
|
||||
ModelJson interface{} `json:"model_json"` //模型设计json数据
|
||||
|
||||
Reference in New Issue
Block a user