wuzeyu
2024-05-07 6f9607d08f613c39b94059f617c5ba606c2e6941
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> {
}