package com.zy.asrs.service; import com.zy.asrs.entity.*; import java.util.List; public interface ReportToThirdService { void report(Order order, List orderDetls, DocType docType) throws Exception; boolean reportTkrk(WaitPakin waitPakin); boolean reportCheckOrder(String matnr, String batch); }