This commit is contained in:
laodaming
2023-08-08 16:27:42 +08:00
parent 3c0d1a8d7a
commit 6d58e6bb22
6 changed files with 92 additions and 14 deletions

View File

@@ -381,6 +381,7 @@ type GetSizeByPidRsp {
PartsCanDeleted bool `json:"parts_can_deleted"` //用户可否删除配件
ModelId int64 `json:"model_id"` //产品主模型id
IsPopular bool `json:"is_popular"` //是否受欢迎
MinPrice float64 `json:"min_price"` //最小价格
}
//获取产品模板列表
type GetTemplateByPidReq {