提交 5896e3dd authored 作者: 赵雪如's avatar 赵雪如

feat(仓库): 仓库详情增加id返回

上级 49d3471b
......@@ -16,6 +16,7 @@ type WarehouseCreatReq struct {
}
type WarehouseInfoRes struct {
Id int `json:"id"`
SellerId int `json:"seller_id" v:"seller_id@required|integer#请填写商户id|请填写正确的商户id"` //商户id
Code string `json:"code"` //仓库编码
Name string `json:"name" v:"name@required|length:1,60 #请填写仓库名称|仓库名称长度范围1-60"` //仓库名称
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论