|
@@ -1,7 +1,7 @@
|
|
|
package com.baomidou.mybatisplus.test.h2.entity.mapper;
|
|
|
|
|
|
import com.baomidou.mybatisplus.mapper.BaseMapper;
|
|
|
-import com.baomidou.mybatisplus.test.h2.entity.persistent.H2UserIgnore;
|
|
|
+import com.baomidou.mybatisplus.test.h2.entity.persistent.H2UserFill;
|
|
|
|
|
|
/**
|
|
|
* <p>
|
|
@@ -10,6 +10,6 @@ import com.baomidou.mybatisplus.test.h2.entity.persistent.H2UserIgnore;
|
|
|
* @author yuxiaobin
|
|
|
* @date 2017/6/28
|
|
|
*/
|
|
|
-public interface H2UserIgnoreMapper extends BaseMapper<H2UserIgnore> {
|
|
|
+public interface H2UserFillMapper extends BaseMapper<H2UserFill> {
|
|
|
|
|
|
}
|