package com.zy.service; import com.zy.entity.RcsReporterTask; import com.zy.entity.RcsReturn; public interface RcsService { /** * 2.2.1任务执行回馈 * * @param rcsReporterTask * @return */ RcsReturn reporterTask(RcsReporterTask rcsReporterTask); }