| | |
| | | package com.lf.server.mapper.bs; |
| | | |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.lf.server.entity.bs.Uundergroundcavern3dattachEntity; |
| | | import com.lf.server.mapper.all.BasicMapper; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | import org.apache.ibatis.annotations.Select; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | /** |
| | |
| | | */ |
| | | @Mapper |
| | | @Repository |
| | | public interface Uundergroundcavern3dattachMapper extends BaseMapper<Uundergroundcavern3dattachEntity> { |
| | | public interface Uundergroundcavern3dattachMapper extends BasicMapper<Uundergroundcavern3dattachEntity> { |
| | | } |