IImageService.java 172 B

12345678
  1. package com.siwei.apply.service;
  2. import com.siwei.apply.domain.vo.WktsVo;
  3. public interface IImageService {
  4. String getSensingImage(WktsVo wktsVo) throws Exception;
  5. }