pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoDemo/DemoUserMapper.java
@@ -1,6 +1,7 @@ package com.dy.pipIrrGlobal.daoDemo; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.dy.pipIrrGlobal.pojoDemo.DemoUser; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; @@ -8,7 +9,7 @@ import java.util.List; @Mapper public interface DemoUserMapper { public interface DemoUserMapper extends BaseMapper<DemoUser> { int insert(DemoUser user) ;