提交 379d343a authored 作者: 赵雪如's avatar 赵雪如

feat(商品分组): 商品分组列表请求条件

上级 38bd7fc8
......@@ -31,3 +31,7 @@ type GroupListRes struct {
List []GroupInfoRes `json:"list"`
}
type GroupListReq struct {
SellerId int `json:"seller_id" v:"seller_id@required|integer#请填写商户id|请填写正确的商户id"` //商户id
}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论