对比新文件 |
| | |
| | | package com.lf.server.mapper.md; |
| | | |
| | | import com.lf.server.entity.md.MdgdcgEntity; |
| | | import com.lf.server.mapper.all.BasicMapper; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | /** |
| | | * 绠¢亾鎴愭灉 |
| | | * @author WWW |
| | | */ |
| | | @Mapper |
| | | @Repository |
| | | public interface MdgdcgMapper extends BasicMapper<MdgdcgEntity> { |
| | | } |
对比新文件 |
| | |
| | | package com.lf.server.mapper.md; |
| | | |
| | | import com.lf.server.entity.md.MdzxcgEntity; |
| | | import com.lf.server.mapper.all.GeomBaseMapper; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.springframework.stereotype.Repository; |
| | | |
| | | /** |
| | | * Mdzxcg |
| | | * @author WWW |
| | | */ |
| | | @Mapper |
| | | @Repository |
| | | public interface MdzxcgMapper extends GeomBaseMapper<MdzxcgEntity> { |
| | | } |