package com.jspxcms.core.support; /** * Commentable * * @author liufang * */ public interface Commentable { public void addComments(int comments); }