许鹏程
2024-09-14 0b57c36ace11b95ce296820a927615a8561d20ae
src/main/java/com/product/file/service/ide/IDocumentDirectoryService.java
@@ -16,23 +16,16 @@
 * @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);
   boolean saveFileConfig(FieldSetEntity fse);
  /**
   /**
   * 删除文档目录
   * @param
   * @return