自动化立体仓库 - WMS系统
#
ytfl
2025-06-14 61227e0cb5462cc25452f89f9793f2f39fa0f797
src/main/java/com/zy/asrs/service/ReportToThirdService.java
@@ -9,4 +9,7 @@
public interface ReportToThirdService {
    void report(Order order, List<OrderDetl> orderDetls, DocType docType) throws Exception;
    void reportTkrk(String batch, String orderNo, Double anfme);
}