1.1
tj
2025-06-05 77c1b2e42b966f6ac3781efceb2cffdd590addec
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);
}