提交 5ca1a2cb authored 作者: 赵雪如's avatar 赵雪如

feat(仓库): 仓库列表查询参数status默认值为-1

上级 6d129171
......@@ -66,7 +66,7 @@ type WarehouseListRes struct {
type WarehouseListReq struct {
SellerId int `json:"seller_id" v:"seller_id@required|integer#请填写商户id|请填写正确的商户id"` //商户id
Name string `json:"name"` //仓库名称
Status int `json:"status"` //启用状态 0停用 1启用 2删除
Status int `json:"status" d:"-1"` //启用状态 0停用 1启用 2删除
Code string `json:"code"`
ContactTel string `json:"contact_tel"` //联系人手机号
ContactName string `json:"contact_name"` //联系人
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论