提交 657e011f authored 作者: 屈传平's avatar 屈传平

hcw

上级 78f8e38e
...@@ -9,6 +9,10 @@ type GoodsListReq struct { ...@@ -9,6 +9,10 @@ type GoodsListReq struct {
Page string `json:"page"` //页数 Page string `json:"page"` //页数
PageSize string `json:"page_size"` //条数 PageSize string `json:"page_size"` //条数
Source string `json:"source"` //商品来源 Source string `json:"source"` //商品来源
Name string `json:"name"` //商品名称(支持模糊查询)
Status string `json:"status"` //商品状态(1上架2下架)
ProductNo string `json:"product_no"` //商品编码
Model string `json:"model"` //商品型号(支持模糊查询)
} }
type GoodsListRes struct { type GoodsListRes struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论