package com.lf.server.mapper.bs; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.lf.server.entity.bs.MplanindexfileEntity; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import org.apache.ibatis.annotations.Select; import org.springframework.stereotype.Repository; /** * Mplanindexfile * @author WWW */ @Mapper @Repository public interface MplanindexfileMapper extends BaseMapper { }