评论,回复,删评
This commit is contained in:
@@ -5,6 +5,8 @@ import org.apache.ibatis.annotations.Mapper;
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.stereotype.Repository;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
@Repository
|
||||
@Mapper
|
||||
public interface CommentDao {
|
||||
@@ -19,4 +21,6 @@ public interface CommentDao {
|
||||
int updateByPrimaryKeySelective(Comment record);
|
||||
|
||||
int updateByPrimaryKey(Comment record);
|
||||
|
||||
List<Integer> selectByRootId(Integer rootid);
|
||||
}
|
Reference in New Issue
Block a user