许鹏程
2024-08-28 4d610081d9d2da1a4db118ce260d5afeea312d9f
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