|
|
|
package com.supervision.manage.service;
|
|
|
|
|
|
|
|
|
|
|
|
import com.supervision.manage.pojo.vo.MedicalAnswerVideoResVo;
|
|
|
|
|
|
|
|
import java.io.InputStream;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @Description: 病例答案视频资源服务
|
|
|
|
**/
|
|
|
|
public interface AnswerVideoResourceService {
|
|
|
|
|
|
|
|
MedicalAnswerVideoResVo generationMedicalAnswerVideo(InputStream bookStream, String medicalId) throws Exception;
|
|
|
|
}
|