初始化项目
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.njcn.mapper.data;
|
||||
|
||||
import com.njcn.pojo.data.Maps;
|
||||
import tk.mybatis.mapper.common.Mapper;
|
||||
|
||||
public interface MapMapper extends Mapper<Maps> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user