| | |
| | | * @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 |