package com.jspxcms.core.fulltext; /** * InfoFulltextDao * * @author liufang * */ public interface InfoFulltextDao { public int addDocumentWhole(String[] treeNumber); }