新增查询门店会员列表

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

@ -16,9 +16,10 @@ type StoreMemberLevels struct {
}
type StoreMemberLevelsListIn struct {
Page int
Size int
StoreId int64
Page int
Size int
StoreId int64
RoleName string
}
type StoreMemberLevelsListOut struct {