自动化立体仓库 - WMS系统
#
lty
5 天以前 d8c9b9afb41c368a08d7e05d0f624c98bf72042a
src/main/java/com/zy/asrs/service/LocDetlService.java
@@ -6,6 +6,7 @@
import com.zy.asrs.entity.OrderDetl;
import com.zy.asrs.entity.StockStatisDTO;
import com.zy.asrs.entity.WrkDetl;
import com.zy.asrs.entity.param.StockOutFloorParam;
import com.zy.asrs.entity.param.StockOutParam;
import com.zy.asrs.entity.result.StockVo;
@@ -23,7 +24,7 @@
    LocDetl selectItem(String locNo, WrkDetl wrkDetl);
    LocDetl selectItem(String locNo, StockOutParam.LocDetl locDetl);
    LocDetl selectItem(String locNo, StockOutFloorParam.LocDetl locDetl);
    Page<LocDetl> getStockOut(Page<LocDetl> page);
    /**
@@ -54,7 +55,7 @@
     */
    List<String> getSameDetlToday(String matnr, String batch, Integer start, Integer end);
    Page<StockStatisDTO> getStockStatis(Page<StockStatisDTO> page);
    Page<LocDetl> getStockStatis(Page<LocDetl> page);
    Double getSumAnfme(String matnr);