pang.jiabao
1 天以前 15161de49e7f35e2fc926a20577905621f30554c
src/main/java/com/zy/service/RcsService.java
@@ -2,6 +2,7 @@
import com.zy.entity.RcsReporterTask;
import com.zy.entity.RcsReturn;
import com.zy.entity.ReporterEqpt;
public interface RcsService {
@@ -13,4 +14,8 @@
     */
    RcsReturn reporterTask(RcsReporterTask rcsReporterTask);
    /**
     * 请求外设接口-WCS 放货请求
     */
    RcsReturn reporterEqpt(ReporterEqpt param);
}