|
@@ -1,12 +1,12 @@
|
|
package com.zanxiang.mybatis.mapper;
|
|
package com.zanxiang.mybatis.mapper;
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
|
-import com.zanxiang.mybatis.entity.GameKey;
|
|
|
|
|
|
+import com.zanxiang.mybatis.entity.GameExt;
|
|
|
|
|
|
/**
|
|
/**
|
|
* @author : lingfeng
|
|
* @author : lingfeng
|
|
* @time : 2022-09-23
|
|
* @time : 2022-09-23
|
|
* @description : ${description}
|
|
* @description : ${description}
|
|
*/
|
|
*/
|
|
-public interface GameKeyMapper extends BaseMapper<GameKey> {
|
|
|
|
|
|
+public interface GameExtMapper extends BaseMapper<GameExt> {
|
|
}
|
|
}
|