This commit is contained in:
laodaming
2023-11-01 17:10:53 +08:00
parent f6f305f0f3
commit b868ef19ae
4 changed files with 32 additions and 28 deletions

View File

@@ -48,8 +48,9 @@ type CartSnapshot struct {
LightInfo LightInfo `json:"light_info"` //灯光数据
}
type ProductInfo struct {
ProductName string `json:"product_name"`
ProductSn string `json:"product_sn"`
ProductName string `json:"product_name"` //产品名
ProductSn string `json:"product_sn"` //产品sn
ProductWebsiteUnit string `json:"product_website_unit"` //产品前台网站单位
}
type ModelInfo struct {
ModelJson interface{} `json:"model_json"` //模型设计json数据