cloudroam
2025-06-05 f7bb788026db3bb43e1156ce71b82ecaf8e75c32
src/main/java/com/mzl/flower/mapper/system/UserMapper.java
@@ -6,6 +6,7 @@
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;
@@ -29,4 +30,6 @@
    List<SmsSelectVO> getSelectList(@Param("idList") List<String> idList);
    List<UserListInfoDTO> searchUserInfo(Page page, @Param("condition") SearchUserDTO dto);
    List<User> getByIds(List<String> userIds);
}