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