mybatis-plus
This commit is contained in:
9
src/main/java/com/dota/nexus/mapper/GoalMapper.java
Normal file
9
src/main/java/com/dota/nexus/mapper/GoalMapper.java
Normal file
@@ -0,0 +1,9 @@
|
||||
package com.dota.nexus.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.dota.nexus.entity.Goal;
|
||||
import org.apache.ibatis.annotations.Mapper;
|
||||
|
||||
@Mapper
|
||||
public interface GoalMapper extends BaseMapper<Goal> {
|
||||
}
|
Reference in New Issue
Block a user