自动化立体仓库 - WMS系统
#
zjj
2023-09-04 deb6a6b0c367cafb786d037992ab1df43d3934a9
src/main/java/com/zy/asrs/mapper/LocDetlMapper.java
@@ -2,6 +2,7 @@
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.zy.asrs.entity.LocDetl;
import com.zy.asrs.entity.LocDetlWarningDTO;
import com.zy.asrs.entity.result.LocDetlAll;
import com.zy.asrs.entity.result.LocDetlDTO;
import com.zy.asrs.entity.result.StockVo;
@@ -84,7 +85,7 @@
    //通过订单号、物料号、物料名称、规格、库位号进行模糊搜索
    List<LocDetl> searchByLike(String orderNo, String matnr, String maktx, String specs, String locNo);
    List<LocDetl> queryStock2(String matnr, String batch, int owner);
    List<LocDetl> queryStock2(String matnr, String batch);
    List<LocDetlAll> selectAllOwner(LocDetlDTO locDetlDTO);
@@ -94,4 +95,8 @@
    int selectAllPymentcount(LocDetlDTO locDetlDTO);
    Double sumAll();
    List<LocDetlWarningDTO> selectAllWarning(LocDetlWarningDTO locDetlWarningDTO);
    int getAllWarningCount(LocDetlWarningDTO locDetlWarningDTO);
}