package com.siwei.apply.service; import com.siwei.apply.domain.vo.WktsVo; public interface IImageService { String getSensingImage(WktsVo wktsVo) throws Exception; }