新增查询门店会员列表
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user