| | |
| | | import cn.lili.common.security.token.Token; |
| | | import cn.lili.common.vo.PageVO; |
| | | import cn.lili.modules.connect.entity.dto.ConnectAuthUser; |
| | | import cn.lili.modules.lmk.domain.form.MemberBindStoreForm; |
| | | import cn.lili.modules.lmk.domain.form.MemberNickNameForm; |
| | | import cn.lili.modules.member.entity.dos.Member; |
| | | import cn.lili.modules.member.entity.dto.ManagerMemberEditDTO; |
| | |
| | | |
| | | IPage<MemberVO> getMemberPageAndTag(MemberSearchVO memberSearchVO, PageVO page); |
| | | |
| | | void exportMember(MemberSearchVO memberSearchVO); |
| | | |
| | | /** |
| | | * 会员积分变动 |
| | | * |
| | |
| | | Member findByUUID(String uuid); |
| | | |
| | | void registerHandler(Member user); |
| | | |
| | | Result bindMemberAndStore(MemberBindStoreForm form); |
| | | } |