liusheng
2023-11-10 6f344e6360751574f7e03b21c00cfa3f4b2bc099
ruoyi-project/src/main/java/com/ruoyi/project/mapper/ServiceReimbursementdetailMapper.java
@@ -2,17 +2,20 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import java.util.List;
import com.ruoyi.project.domain.ServiceReimbursementdetail;
import org.apache.ibatis.annotations.Mapper;
/**
 * 报销申请明细Mapper接口
 *
 *
 * @author ruoyi
 * @date 2022-01-24
 */
public interface ServiceReimbursementdetailMapper extends BaseMapper<ServiceReimbursementdetail>
{
@Mapper
public interface ServiceReimbursementdetailMapper extends BaseMapper<ServiceReimbursementdetail> {
    /**
     * 查询报销申请明细列表
     *