src/main/java/com/product/file/service/ide/IDocumentDirectoryService.java
@@ -16,22 +16,14 @@ * @Description: 文件夹管理接口 */ public interface IDocumentDirectoryService { /** * 新增文档目录 * @param * @return * @throws BaseException */ String addDocumentDirectory(FieldSetEntity fieldSetEntity) throws BaseException; /** * 修改文档目录 * @param * @return * @throws BaseException */ boolean upDocumentDirectory(FieldSetEntity fieldSetEntity) throws BaseException; /** * 文档目录保存 * @param fse * @return */ boolean saveDocumentDireactory(FieldSetEntity fse); /** * 删除文档目录 * @param