wuzeyu
2024-03-28 f973a618c2c82519397b65f50501df20fd89505f
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoDemo/DemoMpMapper.java
@@ -4,6 +4,9 @@
import com.dy.pipIrrGlobal.pojoDemo.DemoMp;
import org.apache.ibatis.annotations.Mapper;
/**
 * 演示没有DemoMpMapper.xml实现方式
 */
@Mapper
public interface DemoMpMapper extends BaseMapper<DemoMp> {
}