mitao
2024-12-25 06a36f032e50dc60978c6440a0fec52cb682733c
medicalWaste-system/src/main/java/com/sinata/system/service/MwCollectRecordService.java
@@ -8,6 +8,9 @@
import com.sinata.system.domain.vo.MedicalWasteProcessVO;
import com.sinata.system.domain.vo.MwCollectRecordVO;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
/**
 * <p>
 * 暂存间入库记录 服务类
@@ -47,4 +50,6 @@
     * @return
     */
    MedicalWasteProcessVO getProcess(Long id);
    void export(MwCollectRecordQuery query, HttpServletResponse response) throws IOException;
}