自动化立体仓库 - WMS系统
#
zjj
2023-09-14 9c468fe6e597c5bb70d64872aa94835d49a60036
src/main/java/com/zy/asrs/service/LocDetlService.java
@@ -2,7 +2,10 @@
import com.baomidou.mybatisplus.plugins.Page;
import com.baomidou.mybatisplus.service.IService;
import com.core.common.R;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.result.LocDetlAll;
import com.zy.asrs.entity.result.LocDetlDTO;
import com.zy.asrs.entity.result.StockVo;
import java.util.List;
@@ -34,6 +37,9 @@
    List<LocDetl> queryStockViewMerge(String locNo);
    Page<LocDetl> getStockStatis(Page<LocDetl> page);
    Page<LocDetlAll> getStockStatisAll(Page<LocDetlAll> page);
    Double sumAll();
    Double getSumAnfme(String matnr);
@@ -63,4 +69,12 @@
    //通过订单号、物料号、物料名称、规格、库位号进行模糊搜索
    List<LocDetl> searchByLike(String orderNo, String matnr, String maktx, String specs, String locNo);
    List<LocDetlAll> selectAllOwner(LocDetlDTO locDetlDTO);
    List<LocDetlAll> selectAllPyment(LocDetlDTO locDetlDTO);
    int selectAllCount(LocDetlDTO locDetlDTO);
    int selectAllPymentcount(LocDetlDTO locDetlDTO);
    String selectLocNoF(String locNo);
}