自动化立体仓库 - WMS系统
*
lsh
18 小时以前 8d702fa2c62b3617f71c5e91293e338d1ccd1549
src/main/java/com/zy/asrs/service/OpenService.java
@@ -1,5 +1,6 @@
package com.zy.asrs.service;
import com.core.common.R;
import com.zy.asrs.entity.param.*;
import com.zy.asrs.entity.result.OpenOrderCompeteResult;
import com.zy.asrs.entity.result.StockVo;
@@ -48,14 +49,18 @@
    void labellerComplete(LabellerCompleteParam param);
    void palletizingComplete(PalletizingCompleteParam param);
    void balconyComplete(LabellerMatParam param);
    void PalletizingCompleteTwoFloorParam(PalletizingCompleteTwoFloorParam param);
    void palletizingCompleteS(PalletizingCompleteParam param);
    void singleUnstackingComplete(SingleUnstackingCompleteParam param);
    void singleMountUnstackingComplete(SingleMountUnstackingCompleteParam param);
    void cs1(String barcode);
    void cs2();
    void cs3();
    void qualityInspection(QualityInspectionParam param);
    R packagingAreaOrderCreate(OrderCargoBookingNoteParam param);
    R cargoBookingNote(OrderCargoBookingNoteParam param);
}