fix
This commit is contained in:
@@ -241,6 +241,7 @@ type GetProductDetailRsp {
|
||||
}
|
||||
type SizeInfo {
|
||||
Id int64 `json:"id"` //尺寸id
|
||||
IsDefault int64 `json:"is_default"` //是否默认显示
|
||||
Title interface{} `json:"title"` //尺寸标题信息
|
||||
Capacity string `json:"capacity"` //尺寸名称
|
||||
PartsCanDeleted int64 `json:"parts_can_deleted"` //配件是否可删除
|
||||
|
||||
Reference in New Issue
Block a user