package com.ifish.dao; import com.ifish.entity.Comment; /** * @ClassName: CommentDao * @Description: TODO * @author ggw * */ public interface CommentDao extends BaseDao{ public Integer getPinglunNum(Integer ueditorId); }