| | |
| | | import com.ruoyi.system.api.domain.dto.AppMiniLoginDTO; |
| | | import com.ruoyi.system.api.domain.dto.MemberDTO; |
| | | import com.ruoyi.system.api.domain.dto.MobileDTO; |
| | | import com.ruoyi.system.api.domain.dto.*; |
| | | |
| | | import com.ruoyi.system.api.domain.dto.updMembeOneDTO; |
| | | import java.util.Collection; |
| | | import java.util.List; |
| | | import java.util.Set; |
| | | |
| | | import org.springframework.web.bind.annotation.RequestBody; |
| | | |
| | | /** |
| | |
| | | |
| | | void authentificationMembe(MemberDTO memberDTO); |
| | | |
| | | List<Member> getMemberListByIds(Set<Long> memberIdList); |
| | | List<Member> getMemberListByIds(Collection<Long> memberIdList); |
| | | |
| | | |
| | | void mobile(@RequestBody MobileDTO mobileDTO); |
| | |
| | | PageDTO<MgtMemberPointsVO> getMemberPoints(MgtMemberPointsQuery query); |
| | | |
| | | void updMembeOne(@RequestBody updMembeOneDTO dMembeOneDTO); |
| | | |
| | | List<Member> getMemberListByCondition(MemberDTO memberDTO); |
| | | } |