新增查询门店会员列表

This commit is contained in:
chy
2025-07-04 17:07:42 +08:00
parent 7f23097976
commit 11f0af6b38
6 changed files with 50 additions and 14 deletions

View File

@ -97,8 +97,8 @@ type DetailRes struct {
type StoreMemberLevelReq struct {
g.Meta `path:"/store/memberLevel" method:"get" tags:"Backend/Store" summary:"(系统、商户门店后台)门店会员等级"`
StoreId int64 `json:"storeId" dc:"门店ID"`
Page int `json:"page" v:"required" dc:"页数"`
Size int `json:"size" v:"required" dc:"每页数量"`
Page int `json:"page" dc:"页数"`
Size int `json:"size" dc:"每页数量"`
}
type StoreMemberLevelRes struct {