| | |
| | | import com.mzl.flower.dto.response.sms.SmsSelectVO; |
| | | import com.mzl.flower.dto.response.system.UserListDTO; |
| | | import com.mzl.flower.dto.response.system.UserListInfoDTO; |
| | | import com.mzl.flower.dto.security.UserDTO; |
| | | import com.mzl.flower.entity.system.User; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | |
| | | List<SmsSelectVO> getSelectList(@Param("idList") List<String> idList); |
| | | |
| | | List<UserListInfoDTO> searchUserInfo(Page page, @Param("condition") SearchUserDTO dto); |
| | | |
| | | List<User> getByIds(List<String> userIds); |
| | | } |