|
|
|
@ -39,7 +39,7 @@ public interface IIdentifyBookService extends IService<IdentifyBook> { |
|
|
|
|
//上传鉴定归档资料
|
|
|
|
|
List<String> uploadIdentifyBookAttachment(String attachType, List<MultipartFile> attachFileList,String businessId); |
|
|
|
|
//获取手动上传的文书附件
|
|
|
|
|
String getAttachment(String businessId,String attachType); |
|
|
|
|
String getAttachment(String businessId,String attachType); |
|
|
|
|
|
|
|
|
|
String mergeWord(String entrustId) throws Exception; |
|
|
|
|
} |
|
|
|
|