package com.pz.system.mapper;

import com.pz.system.domain.ArticleComment;
import com.pz.system.domain.vo.ArticleCommentVo;
import com.pz.common.core.mapper.BaseMapperPlus;

/**
 * 文章评论Mapper接口
 *
 * @author ruoyi
 * @date 2023-09-07
 */
public interface ArticleCommentMapper extends BaseMapperPlus<ArticleCommentMapper, ArticleComment, ArticleCommentVo> {

}