fix
This commit is contained in:
@@ -250,6 +250,7 @@ type LightInfo {
|
||||
}
|
||||
type ProductInfo {
|
||||
Id int64 `json:"id"` //产品id
|
||||
Description string `json:"description"` //产品描述
|
||||
ProductType int64 `json:"product_type"` //产品类型id
|
||||
ProductTypeName string `json:"product_type_name"` //产品类型名称
|
||||
Title string `json:"title"` //产品标题
|
||||
|
||||
Reference in New Issue
Block a user