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

feat(仓库): 列表加上分页和limit

上级 5ca1a2cb
...@@ -70,6 +70,8 @@ type WarehouseListReq struct { ...@@ -70,6 +70,8 @@ type WarehouseListReq struct {
Code string `json:"code"` Code string `json:"code"`
ContactTel string `json:"contact_tel"` //联系人手机号 ContactTel string `json:"contact_tel"` //联系人手机号
ContactName string `json:"contact_name"` //联系人 ContactName string `json:"contact_name"` //联系人
Page int `json:"page"`
Limit int `json:"limit"`
} }
type WarehouseDeleteReq struct { type WarehouseDeleteReq struct {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论