gdg
2021-01-29 d339f7f3a50fe4bf5f8e48e932472ebada852e86
src/main/java/com/nanometer/smartlab/service/OpeApplyService.java
@@ -71,4 +71,6 @@
    void updateOpeApplyInfo(ApplyStatus storage, String consigneeId, Timestamp arrivalTime, String applyId);
    void orderInputWarehouse(List<OpeApplyReserve> opeApplyList,String consigneeId,Timestamp arrivalTime) throws BusinessException,Exception;
    void btUpdateApplyAndOrder(List<OpeApply> opeList);
}