src/main/java/com/product/file/service/ide/IDocumentService.java
@@ -122,7 +122,7 @@ * @return * @throws BaseException */ DataTableEntity getApplyDocument() throws BaseException; DataTableEntity getApplyDocument(FieldSetEntity fse) throws BaseException; /** * 更新添加借阅申请 @@ -144,4 +144,13 @@ * @throws BaseException */ DataTableEntity getApplayUserSort() throws BaseException; /** * 获取借阅详情信息 * @param fes * @return * @throws BaseException */ FieldSetEntity getApplayInfo(FieldSetEntity fes) throws BaseException; }