新增查询门店会员列表

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

@ -23,6 +23,7 @@ type (
UpdateIP(ctx context.Context, in *model.IPUpdateIn) (*model.IPUpdateOut, error)
DeleteIP(ctx context.Context, in *model.IPDeleteIn) (*model.IPDeleteOut, error)
Detail(ctx context.Context, in *model.StoreDetailIn) (out *model.StoreDetailOut, err error)
GetStoreMemberList(ctx context.Context, in *model.StoreMemberLevelsListIn) (out *model.StoreMemberLevelsListOut, err error)
}
)