许鹏程
2024-09-02 f0eaa3605bb2d87d94b0e8240d347c171a67123d
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