parent
613cc21130
commit
684833087a
@ -1,16 +1,10 @@
|
|||||||
package com.tamguo.dao;
|
package com.tamguo.dao;
|
||||||
|
|
||||||
import java.util.List;
|
|
||||||
|
|
||||||
import org.apache.ibatis.annotations.Param;
|
import org.apache.ibatis.annotations.Param;
|
||||||
|
|
||||||
import com.baomidou.mybatisplus.plugins.pagination.Pagination;
|
|
||||||
import com.tamguo.config.dao.SuperMapper;
|
import com.tamguo.config.dao.SuperMapper;
|
||||||
import com.tamguo.model.ChapterEntity;
|
import com.tamguo.model.ChapterEntity;
|
||||||
|
|
||||||
public interface ChapterMapper extends SuperMapper<ChapterEntity>{
|
public interface ChapterMapper extends SuperMapper<ChapterEntity>{
|
||||||
|
|
||||||
List<ChapterEntity> queryList(Pagination questionPage);
|
|
||||||
|
|
||||||
Integer queryCount(@Param(value="uid")String uid);
|
Integer queryCount(@Param(value="uid")String uid);
|
||||||
}
|
}
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
/bin/
|
@ -0,0 +1,23 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<projectDescription>
|
||||||
|
<name>tamguo-mms</name>
|
||||||
|
<comment></comment>
|
||||||
|
<projects>
|
||||||
|
</projects>
|
||||||
|
<buildSpec>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.jdt.core.javabuilder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
<buildCommand>
|
||||||
|
<name>org.eclipse.m2e.core.maven2Builder</name>
|
||||||
|
<arguments>
|
||||||
|
</arguments>
|
||||||
|
</buildCommand>
|
||||||
|
</buildSpec>
|
||||||
|
<natures>
|
||||||
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
|
<nature>org.eclipse.m2e.core.maven2Nature</nature>
|
||||||
|
</natures>
|
||||||
|
</projectDescription>
|
@ -0,0 +1,2 @@
|
|||||||
|
eclipse.preferences.version=1
|
||||||
|
encoding/<project>=UTF-8
|
Loading…
Reference in new issue