|
@ -16,5 +16,5 @@ import java.util.List; |
|
|
public interface SysForumCommentMapper extends BaseMapper<SysForumComment> { |
|
|
public interface SysForumCommentMapper extends BaseMapper<SysForumComment> { |
|
|
List<SysForumComment> selectSysForumCommentList(); |
|
|
List<SysForumComment> selectSysForumCommentList(); |
|
|
|
|
|
|
|
|
SysForumComment selectSysForumCommentOne(@Param("sid") String sid); |
|
|
List<SysForumComment> selectSysForumCommentOne(@Param("sid") String sid); |
|
|
} |
|
|
} |
|
|