add
gdg
2021-01-25 8fca402ad743c884d106c0977cb792ca26bd5617
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);
}