package cc.iteachyou.cms.dao; import cc.iteachyou.cms.common.BaseMapper; import cc.iteachyou.cms.entity.Archives; import cc.iteachyou.cms.entity.ao.CommentAO; import org.apache.ibatis.annotations.Param; public interface SystemCommentsMapper extends BaseMapper { void saveComments(@Param("ao") CommentAO ao); }