init
This commit is contained in:
@@ -4,6 +4,7 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.ruoyi.cai.domain.UserMember;
|
||||
import com.ruoyi.cai.dto.admin.vo.UserMemberAdminVo;
|
||||
import com.ruoyi.cai.dto.app.vo.user.MemberInfoVo;
|
||||
import com.ruoyi.common.core.domain.PageQuery;
|
||||
|
||||
/**
|
||||
@@ -18,7 +19,11 @@ public interface UserMemberService extends IService<UserMember> {
|
||||
|
||||
UserMember getByUserId(Long userId);
|
||||
|
||||
UserMember getByUserIdAndType(Long userId, Integer type);
|
||||
|
||||
UserMember getNormalMember(Long userId);
|
||||
|
||||
void relieveMember(Long id);
|
||||
|
||||
MemberInfoVo memberApp(Long userId, Integer type);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user