|  |  | 
 |  |  |  | 
 |  |  |  | 
 |  |  | import com.baomidou.mybatisplus.core.mapper.BaseMapper; | 
 |  |  |  | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | import com.ruoyi.project.domain.ServiceReimbursementdetailShared; | 
 |  |  | import org.apache.ibatis.annotations.Mapper; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  |  * 报销申请明细Mapper接口 | 
 |  |  |  *  | 
 |  |  |  * | 
 |  |  |  * @author ruoyi | 
 |  |  |  * @date 2023-04-20 | 
 |  |  |  */ | 
 |  |  | public interface ServiceReimbursementdetailSharedMapper extends BaseMapper<ServiceReimbursementdetailShared> | 
 |  |  | { | 
 |  |  | @Mapper | 
 |  |  | public interface ServiceReimbursementdetailSharedMapper extends BaseMapper<ServiceReimbursementdetailShared> { | 
 |  |  |     /** | 
 |  |  |      * 查询报销申请明细列表 | 
 |  |  |      * |