zwl
8 天以前 cd761b085ddff0d4f55a0d5b892b3120cf8fa9d2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.zy.asrs.service;
 
import com.zy.asrs.entity.RcsReporterTask;
import com.zy.asrs.entity.RcsReturn;
 
public interface RcsService {
 
    /**
     * 2.2.1任务执行回馈
     *
     * @param rcsReporterTask
     * @return
     */
    RcsReturn reporterTask(RcsReporterTask rcsReporterTask);
}